AccountingProduct
{
// 会计科目
"financialAccount": {
FinancialAccount
},
// 卖价,单价,若marginLogicType为byJob时, 为null
"sellingUnit": [{
// 币种
"currency": "CNY",
// 单价单位
"unitName": "100-300",
// 单价
"value": "56.46"
}],
// 卖价,总价,map形式,key为查价时的币种
"sellingMap": {
"EUR": 2114.87,
"USD": 2286.05,
"CNY": 15413.58
},
// 初始卖价币种
"originSellingCurrency": "CNY",
// 卖价计算规则,详情见 MarginLogicType 枚举
"marginLogicType": "byUnit",
// 预留,暂不使用
"additionalUnitQuantity": {}
}
最后更新于