PaymentCurrencyAmount

Use an object based on PaymentCurrencyAmount to represent a monetary value in a specific currency.

Properties

PropertyTypeDescriptionRequired

currency

string

The 3-letter currency code from the ISO 4217 standard for the the monetary amount. For the list of currency codes, see ISO 4217. Currently, only USD is supported for currency.

Yes

value

string

The value of the monetary amount in currency. For example, if currency is USD, express a value of $19.99 as 19.99.

Yes