public class CreatWithholdingOrderAndPayRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
amount
This parameter is required.
|
String |
instId
This parameter is required.
|
List<CreatWithholdingOrderAndPayRequest.CreatWithholdingOrderAndPayRequestOtherPayChannelDetailInfoList> |
otherPayChannelDetailInfoList |
String |
outTradeNo
This parameter is required.
|
String |
payChannel
This parameter is required.
|
String |
payerUserId
This parameter is required.
|
String |
remark
example:
备注
|
String |
subInstId
This parameter is required.
|
String |
timeOutExpress
example:
15m
|
String |
title
This parameter is required.
|
| 构造器和说明 |
|---|
CreatWithholdingOrderAndPayRequest() |
@NameInMap(value="amount") public String amount
This parameter is required.
example:10.01
@NameInMap(value="instId") public String instId
This parameter is required.
example:202111090001
@NameInMap(value="otherPayChannelDetailInfoList") public List<CreatWithholdingOrderAndPayRequest.CreatWithholdingOrderAndPayRequestOtherPayChannelDetailInfoList> otherPayChannelDetailInfoList
@NameInMap(value="outTradeNo") public String outTradeNo
This parameter is required.
example:2021113000001
@NameInMap(value="payChannel") public String payChannel
This parameter is required.
example:ALIPAY
@NameInMap(value="payerUserId") public String payerUserId
This parameter is required.
example:2120493284
@NameInMap(value="remark") public String remark
备注
@NameInMap(value="subInstId") public String subInstId
This parameter is required.
example:1001
@NameInMap(value="timeOutExpress") public String timeOutExpress
15m
@NameInMap(value="title") public String title
This parameter is required.
example:餐费
public static CreatWithholdingOrderAndPayRequest build(Map<String,?> map) throws Exception
Exceptionpublic CreatWithholdingOrderAndPayRequest setAmount(String amount)
public String getAmount()
public CreatWithholdingOrderAndPayRequest setInstId(String instId)
public String getInstId()
public CreatWithholdingOrderAndPayRequest setOtherPayChannelDetailInfoList(List<CreatWithholdingOrderAndPayRequest.CreatWithholdingOrderAndPayRequestOtherPayChannelDetailInfoList> otherPayChannelDetailInfoList)
public List<CreatWithholdingOrderAndPayRequest.CreatWithholdingOrderAndPayRequestOtherPayChannelDetailInfoList> getOtherPayChannelDetailInfoList()
public CreatWithholdingOrderAndPayRequest setOutTradeNo(String outTradeNo)
public String getOutTradeNo()
public CreatWithholdingOrderAndPayRequest setPayChannel(String payChannel)
public String getPayChannel()
public CreatWithholdingOrderAndPayRequest setPayerUserId(String payerUserId)
public String getPayerUserId()
public CreatWithholdingOrderAndPayRequest setRemark(String remark)
public String getRemark()
public CreatWithholdingOrderAndPayRequest setSubInstId(String subInstId)
public String getSubInstId()
public CreatWithholdingOrderAndPayRequest setTimeOutExpress(String timeOutExpress)
public String getTimeOutExpress()
public CreatWithholdingOrderAndPayRequest setTitle(String title)
public String getTitle()
Copyright © 2025. All rights reserved.