Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 1.02 KB

SimpleAmount.md

File metadata and controls

11 lines (7 loc) · 1.02 KB

SimpleAmount

Properties

Name Type Description Notes
currency string A three-letter ISO 4217 code (such as USD for US site) that indicates the currency of the amount in the value field. Both the value and currency fields are required when expressing the amount of the refund or the amount involved in a payment dispute. 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 of the refund. Only use a maximum of two digits to the right of the decimal point. Both the value and currency fields are required when expressing the amount of the refund or the amount involved in a payment dispute. [optional]

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