Amount

Amount

Data Type: Amount

ParameterTypeDescriptionRequired/OptionalNotes
currencyStringLocal Currency TypeRequired3-letter code according to ISO 4217
amount_localDoubleAmount ( Local Currency )Required
amount_usdDoubleAmount ( USD )conditionally required:required when not access to China ServerThe USD amount converted from the original amount by the exchange rate
amount_cnyDoubleAmount ( CNY )conditionally required:required when access to a China ServerThe CNY amount converted from the original amount by the exchange rate
{
  "currency": "RMB",
  "amount_local": 6.8,
  "amount_usd": "1"
}