Amazon Selling Partner API (SP-API) SDK for TypeScript
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
Amazon Selling Partner API (SP-API) SDK for TypeScript
Loading...
Currency type and amount.