Mayson Monorepo Documentation
    Preparing search index...

    Interface CreditBalanceSummaryRetrieveParams

    interface CreditBalanceSummaryRetrieveParams {
        filter: Stripe.Billing.CreditBalanceSummaryRetrieveParams.Filter;
        customer?: string;
        customer_account?: string;
        expand?: string[];
    }
    Index

    Properties

    The filter criteria for the credit balance summary.

    customer?: string

    The customer whose credit balance summary you're retrieving.

    customer_account?: string

    The account representing the customer whose credit balance summary you're retrieving.

    expand?: string[]

    Specifies which fields in the response should be expanded.