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

    Details of tax amount applied.

    interface TaxDetails {
        taxableAmount?: Money;
        taxAmount: Money;
        taxRate?: string;
        taxType: TaxDetailsTaxTypeEnum;
    }
    Index

    Properties

    taxableAmount?: Money
    taxAmount: Money
    taxRate?: string

    A decimal number with no loss of precision. Useful when precision loss is unacceptable, as with currencies. Follows RFC7159 for number representation.
    Pattern : ^-?(0|([1-9]\\d*))(\\.\\d+)?([eE][+-]?\\d+)?$.

    Type of the tax applied.