Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 1.07 KB

Amount.md

File metadata and controls

10 lines (7 loc) · 1.07 KB

# Amount

Properties

Name Type Description Notes
currency string The base currency applied to the <b>value</b> field to establish a monetary amount. <br><br>The currency is represented as a 3-letter <a href=&quot;https://www.iso.org/iso-4217-currency-codes.html &quot; title=&quot;https://www.iso.org &quot; target=&quot;_blank&quot;>ISO 4217</a> currency code. For example, the code for the Canadian Dollar is <code>CAD</code> For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/marketing/types/ba:CurrencyCodeEnum&#39;&gt;eBay API documentation</a> [optional]
value string The monetary amount in the specified <b>currency</b>. <br><br><i>Required in</i> the <b>amount</b> type. [optional]

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