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 the transaction represented in the smallest currency unit. Required for L2 rates. An integer greater than or equal to 0.

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