Class CreateOpenBankRechargeOrderRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.CreateOpenBankRechargeOrderRequest
-
public class CreateOpenBankRechargeOrderRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateOpenBankRechargeOrderRequest()CreateOpenBankRechargeOrderRequest(CreateOpenBankRechargeOrderRequest 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 StringgetChannelMerchantId()Get 云企付渠道商户号。外部接入平台入驻云企付平台后下发。StringgetChannelName()Get 渠道名称。 __TENPAY__: 商企付 __WECHAT__: 微信支付 __ALIPAY__: 支付宝StringgetChannelSubMerchantId()Get 渠道子商户号StringgetCurrency()Get 固定值CNY。StringgetEnvironment()Get 环境类型。 __release__:生产环境 __sandbox__:沙箱环境 _不填默认为生产环境_StringgetExpireTime()Get 订单过期时间,yyyy-MM-dd HH:mm:ss格式。StringgetNotifyUrl()Get 通知地址,如www.test.com。StringgetOutOrderId()Get 外部订单号,只能是数字、大小写字母,且在同一个接入平台下唯一,限定长度40位。OpenBankRechargePayeeInfogetPayeeInfo()Get 收款方信息。StringgetPaymentMethod()Get 渠道名称。 __TENPAY__: 商企付 __WECHAT__: 微信支付 __ALIPAY__: 支付宝StringgetRemark()Get 备注信息。限制200个字符。LonggetTotalAmount()Get 付款金额,单位分。voidsetChannelMerchantId(String ChannelMerchantId)Set 云企付渠道商户号。外部接入平台入驻云企付平台后下发。voidsetChannelName(String ChannelName)Set 渠道名称。 __TENPAY__: 商企付 __WECHAT__: 微信支付 __ALIPAY__: 支付宝voidsetChannelSubMerchantId(String ChannelSubMerchantId)Set 渠道子商户号voidsetCurrency(String Currency)Set 固定值CNY。voidsetEnvironment(String Environment)Set 环境类型。 __release__:生产环境 __sandbox__:沙箱环境 _不填默认为生产环境_voidsetExpireTime(String ExpireTime)Set 订单过期时间,yyyy-MM-dd HH:mm:ss格式。voidsetNotifyUrl(String NotifyUrl)Set 通知地址,如www.test.com。voidsetOutOrderId(String OutOrderId)Set 外部订单号,只能是数字、大小写字母,且在同一个接入平台下唯一,限定长度40位。voidsetPayeeInfo(OpenBankRechargePayeeInfo PayeeInfo)Set 收款方信息。voidsetPaymentMethod(String PaymentMethod)Set 渠道名称。 __TENPAY__: 商企付 __WECHAT__: 微信支付 __ALIPAY__: 支付宝voidsetRemark(String Remark)Set 备注信息。限制200个字符。voidsetTotalAmount(Long TotalAmount)Set 付款金额,单位分。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
-
CreateOpenBankRechargeOrderRequest
public CreateOpenBankRechargeOrderRequest()
-
CreateOpenBankRechargeOrderRequest
public CreateOpenBankRechargeOrderRequest(CreateOpenBankRechargeOrderRequest 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
-
getChannelMerchantId
public String getChannelMerchantId()
Get 云企付渠道商户号。外部接入平台入驻云企付平台后下发。- Returns:
- ChannelMerchantId 云企付渠道商户号。外部接入平台入驻云企付平台后下发。
-
setChannelMerchantId
public void setChannelMerchantId(String ChannelMerchantId)
Set 云企付渠道商户号。外部接入平台入驻云企付平台后下发。- Parameters:
ChannelMerchantId- 云企付渠道商户号。外部接入平台入驻云企付平台后下发。
-
getOutOrderId
public String getOutOrderId()
Get 外部订单号,只能是数字、大小写字母,且在同一个接入平台下唯一,限定长度40位。- Returns:
- OutOrderId 外部订单号,只能是数字、大小写字母,且在同一个接入平台下唯一,限定长度40位。
-
setOutOrderId
public void setOutOrderId(String OutOrderId)
Set 外部订单号,只能是数字、大小写字母,且在同一个接入平台下唯一,限定长度40位。- Parameters:
OutOrderId- 外部订单号,只能是数字、大小写字母,且在同一个接入平台下唯一,限定长度40位。
-
getTotalAmount
public Long getTotalAmount()
Get 付款金额,单位分。- Returns:
- TotalAmount 付款金额,单位分。
-
setTotalAmount
public void setTotalAmount(Long TotalAmount)
Set 付款金额,单位分。- Parameters:
TotalAmount- 付款金额,单位分。
-
getCurrency
public String getCurrency()
Get 固定值CNY。- Returns:
- Currency 固定值CNY。
-
setCurrency
public void setCurrency(String Currency)
Set 固定值CNY。- Parameters:
Currency- 固定值CNY。
-
getExpireTime
public String getExpireTime()
Get 订单过期时间,yyyy-MM-dd HH:mm:ss格式。- Returns:
- ExpireTime 订单过期时间,yyyy-MM-dd HH:mm:ss格式。
-
setExpireTime
public void setExpireTime(String ExpireTime)
Set 订单过期时间,yyyy-MM-dd HH:mm:ss格式。- Parameters:
ExpireTime- 订单过期时间,yyyy-MM-dd HH:mm:ss格式。
-
getChannelName
public String getChannelName()
Get 渠道名称。 __TENPAY__: 商企付 __WECHAT__: 微信支付 __ALIPAY__: 支付宝- Returns:
- ChannelName 渠道名称。 __TENPAY__: 商企付 __WECHAT__: 微信支付 __ALIPAY__: 支付宝
-
setChannelName
public void setChannelName(String ChannelName)
Set 渠道名称。 __TENPAY__: 商企付 __WECHAT__: 微信支付 __ALIPAY__: 支付宝- Parameters:
ChannelName- 渠道名称。 __TENPAY__: 商企付 __WECHAT__: 微信支付 __ALIPAY__: 支付宝
-
getPaymentMethod
public String getPaymentMethod()
Get 渠道名称。 __TENPAY__: 商企付 __WECHAT__: 微信支付 __ALIPAY__: 支付宝- Returns:
- PaymentMethod 渠道名称。 __TENPAY__: 商企付 __WECHAT__: 微信支付 __ALIPAY__: 支付宝
-
setPaymentMethod
public void setPaymentMethod(String PaymentMethod)
Set 渠道名称。 __TENPAY__: 商企付 __WECHAT__: 微信支付 __ALIPAY__: 支付宝- Parameters:
PaymentMethod- 渠道名称。 __TENPAY__: 商企付 __WECHAT__: 微信支付 __ALIPAY__: 支付宝
-
getPayeeInfo
public OpenBankRechargePayeeInfo getPayeeInfo()
Get 收款方信息。- Returns:
- PayeeInfo 收款方信息。
-
setPayeeInfo
public void setPayeeInfo(OpenBankRechargePayeeInfo PayeeInfo)
Set 收款方信息。- Parameters:
PayeeInfo- 收款方信息。
-
getChannelSubMerchantId
public String getChannelSubMerchantId()
Get 渠道子商户号- Returns:
- ChannelSubMerchantId 渠道子商户号
-
setChannelSubMerchantId
public void setChannelSubMerchantId(String ChannelSubMerchantId)
Set 渠道子商户号- Parameters:
ChannelSubMerchantId- 渠道子商户号
-
getNotifyUrl
public String getNotifyUrl()
Get 通知地址,如www.test.com。- Returns:
- NotifyUrl 通知地址,如www.test.com。
-
setNotifyUrl
public void setNotifyUrl(String NotifyUrl)
Set 通知地址,如www.test.com。- Parameters:
NotifyUrl- 通知地址,如www.test.com。
-
getRemark
public String getRemark()
Get 备注信息。限制200个字符。- Returns:
- Remark 备注信息。限制200个字符。
-
setRemark
public void setRemark(String Remark)
Set 备注信息。限制200个字符。- Parameters:
Remark- 备注信息。限制200个字符。
-
getEnvironment
public String getEnvironment()
Get 环境类型。 __release__:生产环境 __sandbox__:沙箱环境 _不填默认为生产环境_- Returns:
- Environment 环境类型。 __release__:生产环境 __sandbox__:沙箱环境 _不填默认为生产环境_
-
setEnvironment
public void setEnvironment(String Environment)
Set 环境类型。 __release__:生产环境 __sandbox__:沙箱环境 _不填默认为生产环境_- Parameters:
Environment- 环境类型。 __release__:生产环境 __sandbox__:沙箱环境 _不填默认为生产环境_
-
-