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

    The currency type and the amount.

    interface Money {
        amount: string;
        currencyCode: string;
    }
    Index

    Properties

    Properties

    amount: string

    A decimal number with no loss of precision. Useful when precision loss is unnaceptable, as with currencies. Follows RFC7159 for number representation.

    currencyCode: string

    Three-digit currency code. In ISO 4217 format.