Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.9 KB

Amount.md

File metadata and controls

13 lines (9 loc) · 1.9 KB

Amount

Properties

Name Type Description Notes
convertedFromCurrency string A three-letter ISO 4217 code that indicates the currency of the amount in the convertedFromValue field. This value is required or returned only if currency conversion/localization is required, and represents the pre-conversion currency. For implementation help, refer to <a href='https://developer.ebay.com/devzone/rest/api-ref/fulfillment/types/CurrencyCodeEnum.html&#39;&gt;eBay API documentation</a> [optional]
convertedFromValue string The monetary amount before any conversion is performed, in the currency specified by the convertedFromCurrency field. This value is required or returned only if currency conversion/localization is required. The value field contains the converted amount of this value, in the currency specified by the currency field. [optional]
currency string A three-letter ISO 4217 code that indicates the currency of the amount in the value field. If currency conversion/localization is required, this is the post-conversion currency of the amount in the value field. Default: The default currency of the eBay marketplace that hosts the listing. For implementation help, refer to <a href='https://developer.ebay.com/devzone/rest/api-ref/fulfillment/types/CurrencyCodeEnum.html&#39;&gt;eBay API documentation</a> [optional]
value string The monetary amount, in the currency specified by the currency field. If currency conversion/localization is required, this value is the converted amount, and the convertedFromValue field contains the amount in the original currency. Required in the amount type. [optional]

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