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

    A currency type and amount.

    interface Currency {
        currencyAmount?: number;
        currencyCode?: string;
    }
    Index

    Properties

    currencyAmount?: number

    A decimal number such as amount or FX rate.

    currencyCode?: string

    The three-digit currency code in ISO 4217 format.