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

    Properties

    Properties

    count: number

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

    interval: "month"

    For fixed_count installment plans, this is 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.