Amount
Data Type: Amount
Parameter | Type | Description | Required/Optional | Notes |
---|---|---|---|---|
currency | String | Local Currency Type | Required | 3-letter code according to ISO 4217 |
amount_local | Double | Amount ( Local Currency ) | Required | |
amount_usd | Double | Amount ( USD ) | conditionally required:required when not access to China Server | The USD amount converted from the original amount by the exchange rate |
amount_cny | Double | Amount ( CNY ) | conditionally required:required when access to a China Server | The CNY amount converted from the original amount by the exchange rate |
{
"currency": "RMB",
"amount_local": 6.8,
"amount_usd": "1"
}