Este documento foi atualizado.
A tradução para Português (Brasil) não foi concluída ainda.
Atualização em inglês: 29 de jun de 2022
Atualização em Português (Brasil): 7 de mar de 2022

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