资金计划付款单信息
响应参数
参数说明
| 字段名称 | 字段类型 | 是否必填 | 字段说明 |
|---|---|---|---|
| installmentCode | String | 是 | 付款单号 |
| createdAt | Long | 否 | 发起时间 |
| actPayAmount | AmountInput | 否 | 支付金额 |
| updatedAt | Long | 否 | 完成时间 |
参数样例
[
{
"createdAt": 1730095735271,
"updatedAt": 1730095735271,
"installmentCode": "MK24100344",
"actPayAmount": {
"amount": 700.00,
"currency": "CNY",
"amountStr": "¥700.00"
}
}
]
修改记录
2024-10-28 新增资金计划付款单信息文档