Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 3.38 KB

Amount.md

File metadata and controls

10 lines (7 loc) · 3.38 KB

Amount

Properties

Name Type Description Notes
currency \SapientPro\EbayAccountSDK\Enums\CurrencyCodeEnum 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\" title=&quot;https://www.iso.org\" target=&quot;_blank&quot;>ISO 4217</a> currency code. For example, the code for the Canadian Dollar is <code>CAD</code>. <br/><br/><b>Default:</b> The default currency of the eBay marketplace that hosts the listing. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/account/types/ba:CurrencyCodeEnum&#x27;&gt;eBay API documentation</a> [optional]
value string The monetary amount in the specified <b>currency</b>. [optional]

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