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

    Currency type and monetary value. Schema for demonstrating pricing info.

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

    Properties

    Amount?: number

    The monetary value.

    CurrencyCode?: string

    The currency code in ISO 4217 format.