Selling Partner API SDK for JavaScript
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
Selling Partner API SDK for JavaScript
Loading...
The monetary amount and type of currency.