Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 1.01 KB

Amount.md

File metadata and controls

10 lines (7 loc) · 1.01 KB

# Amount

Properties

Name Type Description Notes
currency string A three-digit string value respresenting the type of currency being used. Both the <strong>value</strong> and <strong>currency</strong> fields are required/always returned when expressing prices. See the <a href=&quot;/api-docs/sell/inventory/types/ba:CurrencyCodeEnum&quot;>CurrencyCodeEnum</a> type for the full list of currencies and their corresponding three-digit string values. [optional]
value string A string representation of a dollar value expressed in the currency specified in the <strong>currency</strong> field. Both the <strong>value</strong> and <strong>currency</strong> fields are required/always returned when expressing prices. [optional]

[Back to Model list] [Back to API list] [Back to README]