Mayson Monorepo Documentation
    Preparing search index...

    Interface SetupIntentCancelParams

    interface SetupIntentCancelParams {
        cancellation_reason?: Stripe.SetupIntentCancelParams.CancellationReason;
        expand?: string[];
    }
    Index

    Properties

    Reason for canceling this SetupIntent. Possible values are: abandoned, requested_by_customer, or duplicate

    expand?: string[]

    Specifies which fields in the response should be expanded.