Mayson Monorepo Documentation
    Preparing search index...
    interface TaxBreakdown {
        amount: number;
        inclusive: boolean;
        tax_rate_details: Stripe.Tax.Calculation.TaxBreakdown.TaxRateDetails;
        taxability_reason: Stripe.Tax.Calculation.TaxBreakdown.TaxabilityReason;
        taxable_amount: number;
    }
    Index

    Properties

    amount: number

    The amount of tax, in the smallest currency unit.

    inclusive: boolean

    Specifies whether the tax amount is included in the line item amount.

    The reasoning behind this tax, for example, if the product is tax exempt. We might extend the possible values for this field to support new tax rules.

    taxable_amount: number

    The amount on which tax is calculated, in the smallest currency unit.