Data Type: RefundResult
| Parameter | Type | Description | Required/Optional | Notes |
|---|---|---|---|---|
| refund_amount | Amount | Refund Amount | required | |
| refund_reason | String | Refund Reason | optional (strongly recommended) |
{
"refund_amount": {
"currency": "USD",
"amount_local": 68,
"amount_usd": 10,
"amount_cny": 68
},
"refund_reason": "XXX"
}