Tài liệu này đã được cập nhật.
Bản dịch sang Tiếng Việt chưa hoàn tất.
Cập nhật bằng tiếng Anh: 29 tháng 6, 2022
Đã cập nhật bằng Tiếng Việt: 5 tháng 2, 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