Mayson Monorepo Documentation
    Preparing search index...
    interface TaxAmount {
        amount: number;
        tax_rate: string;
        taxable_amount: number;
    }
    Index

    Properties

    amount: number

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

    tax_rate: string

    The id of the tax rate for this tax amount. The tax rate must have been automatically created by Stripe.

    taxable_amount: number

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