Mayson Monorepo Documentation
    Preparing search index...
    interface MandateOptions {
        amount?: number;
        amount_type?: Stripe.SubscriptionUpdateParams.PaymentSettings.PaymentMethodOptions.Card.MandateOptions.AmountType;
        description?: string;
    }
    Index

    Properties

    amount?: number

    Amount to be charged for future payments.

    One of fixed or maximum. If fixed, the amount param refers to the exact amount to be charged in future payments. If maximum, the amount charged can be up to the value passed for the amount param.

    description?: string

    A description of the mandate or subscription that is meant to be displayed to the customer.