Class CreateBatchPaymentRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.CreateBatchPaymentRequest
-
public class CreateBatchPaymentRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetNotifyUrl()Get 回调UrlCreateBatchPaymentRecipient[]getRecipientList()Get 转账详情StringgetReqReserved()Get 请求预留字段LonggetTransferType()Get 1 微信企业付款 2 支付宝转账 3 平安银企直连代发转账voidsetNotifyUrl(String NotifyUrl)Set 回调UrlvoidsetRecipientList(CreateBatchPaymentRecipient[] RecipientList)Set 转账详情voidsetReqReserved(String ReqReserved)Set 请求预留字段voidsetTransferType(Long TransferType)Set 1 微信企业付款 2 支付宝转账 3 平安银企直连代发转账voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CreateBatchPaymentRequest
public CreateBatchPaymentRequest()
-
CreateBatchPaymentRequest
public 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.
-
-
Method Detail
-
getTransferType
public Long getTransferType()
Get 1 微信企业付款 2 支付宝转账 3 平安银企直连代发转账- Returns:
- TransferType 1 微信企业付款 2 支付宝转账 3 平安银企直连代发转账
-
setTransferType
public void setTransferType(Long TransferType)
Set 1 微信企业付款 2 支付宝转账 3 平安银企直连代发转账- Parameters:
TransferType- 1 微信企业付款 2 支付宝转账 3 平安银企直连代发转账
-
getRecipientList
public CreateBatchPaymentRecipient[] getRecipientList()
Get 转账详情- Returns:
- RecipientList 转账详情
-
setRecipientList
public void setRecipientList(CreateBatchPaymentRecipient[] RecipientList)
Set 转账详情- Parameters:
RecipientList- 转账详情
-
getReqReserved
public String getReqReserved()
Get 请求预留字段- Returns:
- ReqReserved 请求预留字段
-
setReqReserved
public void setReqReserved(String ReqReserved)
Set 请求预留字段- Parameters:
ReqReserved- 请求预留字段
-
getNotifyUrl
public String getNotifyUrl()
Get 回调Url- Returns:
- NotifyUrl 回调Url
-
setNotifyUrl
public void setNotifyUrl(String NotifyUrl)
Set 回调Url- Parameters:
NotifyUrl- 回调Url
-
-