Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 1.24 KB

ProposedBid.md

File metadata and controls

12 lines (9 loc) · 1.24 KB

# ProposedBid

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>. <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/marketing/types/ba:CurrencyCodeEnum&#39;&gt;eBay API documentation</a> [optional]
rangeEnd string The end of the range specified for the bid. [optional]
rangeStart string The start of the range specified for the bid. [optional]
value string The value of the proposed bid. [optional]

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