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

    The tax details for the order. Note: Amazon calculates tax on the list price (Amazon retail price).

    interface TaxDetails {
        taxableAmount?: Money;
        taxAmount: Money;
        taxRate?: string;
        type?: TaxDetailsTypeEnum;
    }
    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.

    Tax type.