Amazon Selling Partner API (SP-API) SDK for TypeScript
Preparing search index...
@sp-api-sdk/services-api-v1
MoneyAmount
Interface MoneyAmount
The monetary amount and type of currency.
interface
MoneyAmount
{
currency
:
string
;
value
:
number
;
}
Index
Properties
currency
value
Properties
currency
currency
:
string
The currency code in ISO 4217 format.
value
value
:
number
The monetary value.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
currency
value
Amazon Selling Partner API (SP-API) SDK for TypeScript
Loading...
The monetary amount and type of currency.