Mayson Monorepo Documentation
    Preparing search index...
    interface TaxRateDetails {
        display_name: string;
        percentage_decimal: string;
        tax_type: Stripe.Tax.CalculationLineItem.TaxBreakdown.TaxRateDetails.TaxType;
    }
    Index

    Properties

    display_name: string

    A localized display name for tax type, intended to be human-readable. For example, "Local Sales and Use Tax", "Value-added tax (VAT)", or "Umsatzsteuer (USt.)".

    percentage_decimal: string

    The tax rate percentage as a string. For example, 8.5% is represented as "8.5".

    The tax type, such as vat or sales_tax.