Mayson Monorepo Documentation
    Preparing search index...
    interface AccountHolder {
        account?: string;
        customer?: string;
        customer_account?: string;
    }
    Index

    Properties

    account?: string

    The ID of the Stripe account whose accounts you will retrieve.

    customer?: string

    The ID of the Stripe customer whose accounts you will retrieve.

    customer_account?: string

    The ID of the Account representing a customer whose accounts you will retrieve.