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

    The monetary value in the currency indicated, in ISO 4217 standard format.

    interface Currency {
        unit: string;
        value: number;
    }
    Index

    Properties

    Properties

    unit: string

    The ISO 4217 format 3-character currency code.

    value: number

    The monetary value.