Mayson Monorepo Documentation
    Preparing search index...
    interface TotalDiscountAmount {
        amount: number;
        discount: string | Stripe.Discount | Stripe.DeletedDiscount;
    }
    Index

    Properties

    Properties

    amount: number

    The amount, in cents (or local equivalent), of the discount.

    discount: string | Stripe.Discount | Stripe.DeletedDiscount

    The discount that was applied to get this discount amount.