文档已更新。
中文(简体) 译文尚未完成。
英语更新时间:2022年6月29日
中文(简体) 更新时间:2022年3月11日

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