Selling Partner API SDK for JavaScript
    Preparing search index...

    Information about taxes.

    interface Tax {
        charge: ChargeBreakup;
        rate?: string;
        type?: TaxTypeEnum;
    }
    Index

    Properties

    Properties

    rate?: string

    A decimal number with no loss of precision. Useful when precision loss is unacceptable, as with currencies.

    The type of tax.