Mayson Monorepo Documentation
    Preparing search index...
    interface AccountHolder {
        account?: string | Stripe.Account;
        customer?: string | Stripe.Customer;
        customer_account?: string;
        type: Stripe.FinancialConnections.Session.AccountHolder.Type;
    }
    Index

    Properties

    account?: string | Stripe.Account

    The ID of the Stripe account that this account belongs to. Only available when account_holder.type is account.

    customer?: string | Stripe.Customer

    The ID for an Account representing a customer that this account belongs to. Only available when account_holder.type is customer.

    customer_account?: string

    Type of account holder that this account belongs to.