Mayson Monorepo Documentation
    Preparing search index...
    interface Tax {
        total_tax_amount: number;
    }
    Index

    Properties

    Properties

    total_tax_amount: number

    The total amount of tax on a single line item represented in the smallest currency unit. Required for L3 rates. An integer greater than or equal to 0.

    This field is mutually exclusive with the amount_details[tax][total_tax_amount] field.