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

    Currency type and amount.

    interface CurrencyAmount {
        Amount: number;
        CurrencyCode: string;
    }
    Index

    Properties

    Properties

    Amount: number

    The currency amount.

    CurrencyCode: string

    Three-digit currency code in ISO 4217 format.