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

    An amount of money, including units in the form of currency.

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

    Properties

    Properties

    amount: string

    A decimal number with no loss of precision. Follows RFC 7159 for number representation.

    currencyCode: string

    The three-letter currency code that identifies the currency type, following ISO 4217 international standards.