Mayson Monorepo Documentation
    Preparing search index...
    interface Owner {
        account?: string | Stripe.Account;
        application?: string | Application;
        customer?: string | Stripe.Customer;
        customer_account: string;
        type: Stripe.TaxId.Owner.Type;
    }
    Index

    Properties

    account?: string | Stripe.Account

    The account being referenced when type is account.

    application?: string | Application

    The Connect Application being referenced when type is application.

    customer?: string | Stripe.Customer

    The customer being referenced when type is customer.

    customer_account: string

    The Account representing the customer being referenced when type is customer.

    Type of owner referenced.