Data Type: MerchantIncome
| Parameter | Type | Description | Required/Optional | Notes |
|---|---|---|---|---|
| income_account | String | Income Account | required | |
| income_amount | Amount | Income Amount | required | |
| income_source | String | Income Source | optional (strongly recommended) |
{
"income_account": "873264379473",
"income_amount": {
"currency": "USD",
"amount_local": 6.8,
"amount_usd": 1,
"amount_cny": 6.8
},
"income_source": "https://td/shop/0012"
}