Mayson Monorepo Documentation
    Preparing search index...
    interface Plan {
        count?: number;
        interval?: "month";
        type: Stripe.PaymentIntentCreateParams.PaymentMethodOptions.Card.Installments.Plan.Type;
    }
    Index

    Properties

    Properties

    count?: number

    For fixed_count installment plans, this is required. It represents the number of installment payments your customer will make to their credit card.

    interval?: "month"

    For fixed_count installment plans, this is required. It represents the interval between installment payments your customer will make to their credit card. One of month.

    Type of installment plan, one of fixed_count, bonus, or revolving.