Mayson Monorepo Documentation
    Preparing search index...
    interface TotalDetails {
        amount_discount: number;
        amount_shipping: number;
        amount_tax: number;
        breakdown?: Stripe.Quote.Computed.Upfront.TotalDetails.Breakdown;
    }
    Index

    Properties

    amount_discount: number

    This is the sum of all the discounts.

    amount_shipping: number

    This is the sum of all the shipping amounts.

    amount_tax: number

    This is the sum of all the tax amounts.