Mayson Monorepo Documentation
    Preparing search index...
    interface Installments {
        enabled?: boolean;
        plan?: Emptyable<
            Stripe.InvoiceCreateParams.PaymentSettings.PaymentMethodOptions.Card.Installments.Plan,
        >;
    }
    Index

    Properties

    Properties

    enabled?: boolean

    Setting to true enables installments for this invoice. Setting to false will prevent any selected plan from applying to a payment.

    The selected installment plan to use for this invoice.