Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 914 Bytes

SimpleAmount.md

File metadata and controls

10 lines (7 loc) · 914 Bytes

# 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. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/fulfillment/types/ba:CurrencyCodeEnum&#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. [optional]

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