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

    The type and amount of currency.

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

    Properties

    Properties

    amount: number

    Decimal value of the currency.

    code: string

    ISO 4217 standard of a currency code.