分摊信息
说明
请求参数
参数说明
字段名称 |
字段类型 |
是否必填 |
字段说明 |
taxIncludedAllocationAmount |
AmountInput |
同上 |
含税金额 |
noTaxAllocationAmount |
AmountInput |
同上 |
不含税金额 |
ratio |
BigDecimal |
同上 |
分摊比例 |
参数样例
{
"ratio": 33.33,
"noTaxAllocationAmount": {
"amount": 10000.0,
"currency": "CNY",
"amountStr": "¥10,000.00",
"amountString": "¥10000.00",
"customExchangeRate": 1
},
"taxIncludedAllocationAmount": {
"amount": 10000.0,
"currency": "CNY",
"amountStr": "¥10,000.00",
"amountString": "¥10000.00",
"customExchangeRate": 1
}
}
修改记录
2024-12-09 新增分摊信息文档