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

    A currency type and amount.

    interface Currency {
        CurrencyAmount?: number;
        CurrencyCode?: string;
    }
    Index

    Properties

    CurrencyAmount?: number

    Fields with a schema type of BigDecimal are a signed decimal number (for example CurrencyAmount).

    CurrencyCode?: string

    The three-digit currency code in ISO 4217 format.