Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    The type and amount of currency.

    interface Currency {
        amount: number;
        code: string;
    }
    Index
    amount: number

    Decimal value of the currency.

    code: string

    ISO 4217 standard of a currency code.