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

    The monetary amount and type of currency.

    interface MoneyAmount {
        currency: string;
        value: number;
    }
    Index

    Properties

    Properties

    currency: string

    The currency code in ISO 4217 format.

    value: number

    The monetary value.