feat: 受托支付协议登记 新增参数 协议类型
parent
aeaea4e880
commit
b2655892fc
|
|
@ -52,6 +52,12 @@ public class EntPayAgrtCreateRequest implements ApiRequest {
|
|||
@SerializedName("file_no")
|
||||
private String fileNo;
|
||||
|
||||
/**
|
||||
* 协议类型
|
||||
*/
|
||||
@SerializedName("contract_type")
|
||||
private String contractType;
|
||||
|
||||
/**
|
||||
* 付款账户账号(经销商A1)
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue