Mayson Monorepo Documentation
    Preparing search index...
    interface Tax {
        local_amount_decimal?: string;
        national_amount_decimal?: string;
    }
    Index

    Properties

    local_amount_decimal?: string

    Amount of state or provincial Sales Tax included in the transaction amount. Null if not reported by merchant or not subject to tax.

    national_amount_decimal?: string

    Amount of national Sales Tax or VAT included in the transaction amount. Null if not reported by merchant or not subject to tax.