Selling Partner API SDK for JavaScript
Preparing search index...
@sp-api-sdk/merchant-fulfillment-api-v0
CurrencyAmount
Interface CurrencyAmount
Currency type and amount.
interface
CurrencyAmount
{
Amount
:
number
;
CurrencyCode
:
string
;
}
Index
Properties
Amount
Currency
Code
Properties
Amount
Amount
:
number
The currency amount.
Currency
Code
CurrencyCode
:
string
Three-digit currency code in ISO 4217 format.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
Amount
Currency
Code
Selling Partner API SDK for JavaScript
Loading...
Currency type and amount.