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

    Currency type and monetary value schema to demonstrate pricing information.

    interface MoneyType {
        amount?: number;
        currencyCode?: string;
    }
    Index

    Properties

    amount?: number

    The monetary value.

    currencyCode?: string

    The currency code in ISO 4217 format.