Mayson Monorepo Documentation
    Preparing search index...
    interface Tax {
        amount: number;
        rate: Stripe.TaxRate;
        taxability_reason: Stripe.CreditNote.ShippingCost.Tax.TaxabilityReason;
        taxable_amount: number;
    }
    Index

    Properties

    amount: number

    Amount of tax applied for this rate.

    Tax rates can be applied to invoices, subscriptions and Checkout Sessions to collect tax.

    Related guide: Tax rates

    The reasoning behind this tax, for example, if the product is tax exempt. The possible values for this field may be extended as new tax rules are supported.

    taxable_amount: number

    The amount on which tax is calculated, in cents (or local equivalent).