Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 797 Bytes

File metadata and controls

10 lines (7 loc) · 797 Bytes

# Amount

Properties

Name Type Description Notes
currency string A three-digit string value respresenting the type of currency being used. Both the value and currency fields are required/always returned when expressing prices. See the CurrencyCodeEnum type for the full list of currencies and their corresponding three-digit string values. [optional]
value string A string representation of a dollar value expressed in the currency specified in the currency field. Both the value and currency fields are required/always returned when expressing prices. [optional]

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