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

    An amount of money, including units in the form of currency.

    interface Amount {
        currencyCode: string;
        value: string;
    }
    Index

    Properties

    Properties

    currencyCode: string

    Three digit currency code in ISO 4217 format.

    value: string

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