Mayson Monorepo Documentation
    Preparing search index...
    interface AccountListParams {
        applied_configurations?: Stripe.V2.Core.AccountListParams.AppliedConfiguration[];
        closed?: boolean;
        limit?: number;
    }
    Index

    Properties

    Filter only accounts that have all of the configurations specified. If omitted, returns all accounts regardless of which configurations they have.

    closed?: boolean

    Filter by whether the account is closed. If omitted, returns only Accounts that are not closed.

    limit?: number

    The upper limit on the number of accounts returned by the List Account request.