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

    An object representing a monetary value with its currency information.

    interface MoneyType {
        Amount?: number;
        CurrencyCode?: string;
    }
    Index

    Properties

    Amount?: number

    The monetary value.

    CurrencyCode?: string

    The currency code in ISO 4217 format.