Dokumen ini sudah diperbarui.
Terjemahan ke Bahasa Indonesia belum selesai.
Bahasa Inggris diperbarui: 29 Jun 2022
Bahasa Indonesia diperbarui: 24 Feb 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