多人收款类型
参数示例
{
"collectionAmountRatio": {
"label" : "收款比例",
"type": "AmountRatioInput",
"value": {
"amountRatio": "100",
"acceptCcyDetail": "CNY",
"receivableAmount": "100.00"
}
},
"payeeAccount": {
"label" : "收款账户",
"type": "AccountInput",
"value": {
"bankBranchName": "杭州每刻银行西城支行",
"bankAcctName": "杭州每刻银行",
"bankAcctNumber": "62106170002177098",
"paymentType": "BANK",
}
},
"payerAccount": {
"label" : "支付账户",
"type": "PayerAccountInput",
"value": {
"bankBranchName": "杭州每刻银行西城支行",
"bankAcctName": "杭州每刻银行",
"bankAcctNumber": "62106170002177098",
"paymentType": "BANK",
}
},
"collectionTradingPartner": {
"label" : "收款单位",
"type": "CORP",
"value": {
"name": "杭州每刻",
"property": "",
"businessCode": "BIZCODE001"
}
},
"collectionType": {
"label" : "收款方式",
"type": "MultiTextInput",
"value": {
"text": "每刻报"
}
},
"collectionUser": {
"label" : "收款人",
"type": "StaffInput",
"value": {
"employeeNo": "190001",
"text": "张三",
"userId": "id001",
"financialId": "fid001"
}
},
"acceptanceDraftCode": {
"label" : "承兑汇票号",
"type": "SingleTextInput",
"value": {
"text": "汇票号"
}
},
"remittanceRemark": {
"label" : "收款备注",
"type": "SingleTextInput",
"value": {
"text": "备注信息"
}
}
...
}