public class CreateBatchPaymentRequest extends AbstractModel
Constructor and Description |
---|
CreateBatchPaymentRequest() |
CreateBatchPaymentRequest(CreateBatchPaymentRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getNotifyUrl()
Get 回调Url
|
CreateBatchPaymentRecipient[] |
getRecipientList()
Get 转账详情
|
String |
getReqReserved()
Get 请求预留字段
|
Long |
getTransferType()
Get 1 微信企业付款
2 支付宝转账
3 平安银企直连代发转账
|
void |
setNotifyUrl(String NotifyUrl)
Set 回调Url
|
void |
setRecipientList(CreateBatchPaymentRecipient[] RecipientList)
Set 转账详情
|
void |
setReqReserved(String ReqReserved)
Set 请求预留字段
|
void |
setTransferType(Long TransferType)
Set 1 微信企业付款
2 支付宝转账
3 平安银企直连代发转账
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public CreateBatchPaymentRequest()
public CreateBatchPaymentRequest(CreateBatchPaymentRequest source)
public Long getTransferType()
public void setTransferType(Long TransferType)
TransferType
- 1 微信企业付款
2 支付宝转账
3 平安银企直连代发转账public CreateBatchPaymentRecipient[] getRecipientList()
public void setRecipientList(CreateBatchPaymentRecipient[] RecipientList)
RecipientList
- 转账详情public String getReqReserved()
public void setReqReserved(String ReqReserved)
ReqReserved
- 请求预留字段public String getNotifyUrl()
public void setNotifyUrl(String NotifyUrl)
NotifyUrl
- 回调UrlCopyright © 2022. All rights reserved.