Mayson Monorepo Documentation
    Preparing search index...
    interface TotalTax {
        amount: number;
        tax_behavior: Stripe.CreditNote.TotalTax.TaxBehavior;
        tax_rate_details: Stripe.CreditNote.TotalTax.TaxRateDetails;
        taxability_reason: Stripe.CreditNote.TotalTax.TaxabilityReason;
        taxable_amount: number;
        type: "tax_rate_details";
    }
    Index

    Properties

    amount: number

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

    Whether this tax is inclusive or exclusive.

    Additional details about the tax rate. Only present when type is tax_rate_details.

    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).

    type: "tax_rate_details"

    The type of tax information.