Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 771 Bytes

Amount.md

File metadata and controls

10 lines (7 loc) · 771 Bytes

# Amount

Properties

Name Type Description Notes
currency string The base currency applied to the value field to establish a monetary amount. The currency is represented as a 3-letter ISO4217 currency code. For example, the code for the Canadian Dollar is CAD. For implementation help, refer to <a href='https://developer.ebay.com/devzone/rest/api-ref/logistics/types/CurrencyCodeEnum.html&#39;&gt;eBay API documentation</a> [optional]
value string The value of the monetary amount in the specified currency. [optional]

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