Mayson Monorepo Documentation
    Preparing search index...

    Interface InvoiceFinalizeInvoiceParams

    interface InvoiceFinalizeInvoiceParams {
        auto_advance?: boolean;
        expand?: string[];
    }
    Index

    Properties

    auto_advance?: boolean

    Controls whether Stripe performs automatic collection of the invoice. If false, the invoice's state doesn't automatically advance without an explicit action.

    expand?: string[]

    Specifies which fields in the response should be expanded.