public class CreateOpenBankSubMerchantRateConfigureRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateOpenBankSubMerchantRateConfigureRequest() |
CreateOpenBankSubMerchantRateConfigureRequest(CreateOpenBankSubMerchantRateConfigureRequest 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 |
getChannelMerchantId()
Get 渠道商户ID。
|
String |
getChannelName()
Get 渠道名称。详见附录-云企付枚举类说明-ChannelName。
|
String |
getChannelRegistrationNo()
Get 渠道进件序列号。
填写子商户进件返回的渠道进件编号。
|
String |
getChannelSubMerchantId()
Get 渠道子商户ID。
|
String |
getEnvironment()
Get 环境类型。
__release__:生产环境
__sandbox__:沙箱环境
_不填默认为生产环境_
|
String |
getFeeMode()
Get 计费模式。
SINGLE:按单笔金额计费
RATIO:按单笔费率计费
RANGE:按分段区间计费
|
FeeRangInfo[] |
getFeeRangeList()
Get 分段计费区间列表。
|
Long |
getFeeValue()
Get 费用值,单位(0.01%或分)。
|
Long |
getMaxFee()
Get 最高收费金额,单位(分)。
|
Long |
getMinFee()
Get 最低收费金额,单位(分)。
|
String |
getNotifyUrl()
Get 通知地址。
|
String |
getOutProductFeeNo()
Get 外部产品费率申请序列号。
|
String |
getPayChannel()
Get 支付渠道。
ALIPAY:支付宝
WXPAY:微信支付
UNIONPAY:银联
|
String |
getPaymentMethod()
Get 支付方式。详见附录-云企付枚举类说明-PaymentMethod。
HELIPAY渠道不需要传入。
|
String |
getPayType()
Get 支付类型。
SWIPE:刷卡
SCAN:扫码
WAP:WAP
PUBLIC:公众号支付
SDK:SDK
MINI_PROGRAM:小程序
注意:HELIPAY渠道传SDK。
|
void |
setChannelMerchantId(String ChannelMerchantId)
Set 渠道商户ID。
|
void |
setChannelName(String ChannelName)
Set 渠道名称。详见附录-云企付枚举类说明-ChannelName。
|
void |
setChannelRegistrationNo(String ChannelRegistrationNo)
Set 渠道进件序列号。
填写子商户进件返回的渠道进件编号。
|
void |
setChannelSubMerchantId(String ChannelSubMerchantId)
Set 渠道子商户ID。
|
void |
setEnvironment(String Environment)
Set 环境类型。
__release__:生产环境
__sandbox__:沙箱环境
_不填默认为生产环境_
|
void |
setFeeMode(String FeeMode)
Set 计费模式。
SINGLE:按单笔金额计费
RATIO:按单笔费率计费
RANGE:按分段区间计费
|
void |
setFeeRangeList(FeeRangInfo[] FeeRangeList)
Set 分段计费区间列表。
|
void |
setFeeValue(Long FeeValue)
Set 费用值,单位(0.01%或分)。
|
void |
setMaxFee(Long MaxFee)
Set 最高收费金额,单位(分)。
|
void |
setMinFee(Long MinFee)
Set 最低收费金额,单位(分)。
|
void |
setNotifyUrl(String NotifyUrl)
Set 通知地址。
|
void |
setOutProductFeeNo(String OutProductFeeNo)
Set 外部产品费率申请序列号。
|
void |
setPayChannel(String PayChannel)
Set 支付渠道。
ALIPAY:支付宝
WXPAY:微信支付
UNIONPAY:银联
|
void |
setPaymentMethod(String PaymentMethod)
Set 支付方式。详见附录-云企付枚举类说明-PaymentMethod。
HELIPAY渠道不需要传入。
|
void |
setPayType(String PayType)
Set 支付类型。
SWIPE:刷卡
SCAN:扫码
WAP:WAP
PUBLIC:公众号支付
SDK:SDK
MINI_PROGRAM:小程序
注意:HELIPAY渠道传SDK。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateOpenBankSubMerchantRateConfigureRequest()
public CreateOpenBankSubMerchantRateConfigureRequest(CreateOpenBankSubMerchantRateConfigureRequest source)
public String getChannelRegistrationNo()
public void setChannelRegistrationNo(String ChannelRegistrationNo)
ChannelRegistrationNo
- 渠道进件序列号。
填写子商户进件返回的渠道进件编号。public String getOutProductFeeNo()
public void setOutProductFeeNo(String OutProductFeeNo)
OutProductFeeNo
- 外部产品费率申请序列号。public String getChannelMerchantId()
public void setChannelMerchantId(String ChannelMerchantId)
ChannelMerchantId
- 渠道商户ID。public String getChannelSubMerchantId()
public void setChannelSubMerchantId(String ChannelSubMerchantId)
ChannelSubMerchantId
- 渠道子商户ID。public String getChannelName()
public void setChannelName(String ChannelName)
ChannelName
- 渠道名称。详见附录-云企付枚举类说明-ChannelName。public String getPayType()
public void setPayType(String PayType)
PayType
- 支付类型。
SWIPE:刷卡
SCAN:扫码
WAP:WAP
PUBLIC:公众号支付
SDK:SDK
MINI_PROGRAM:小程序
注意:HELIPAY渠道传SDK。public String getPayChannel()
public void setPayChannel(String PayChannel)
PayChannel
- 支付渠道。
ALIPAY:支付宝
WXPAY:微信支付
UNIONPAY:银联public String getFeeMode()
public void setFeeMode(String FeeMode)
FeeMode
- 计费模式。
SINGLE:按单笔金额计费
RATIO:按单笔费率计费
RANGE:按分段区间计费public Long getFeeValue()
public void setFeeValue(Long FeeValue)
FeeValue
- 费用值,单位(0.01%或分)。public String getPaymentMethod()
public void setPaymentMethod(String PaymentMethod)
PaymentMethod
- 支付方式。详见附录-云企付枚举类说明-PaymentMethod。
HELIPAY渠道不需要传入。public Long getMinFee()
public void setMinFee(Long MinFee)
MinFee
- 最低收费金额,单位(分)。public Long getMaxFee()
public void setMaxFee(Long MaxFee)
MaxFee
- 最高收费金额,单位(分)。public String getNotifyUrl()
public void setNotifyUrl(String NotifyUrl)
NotifyUrl
- 通知地址。public FeeRangInfo[] getFeeRangeList()
public void setFeeRangeList(FeeRangInfo[] FeeRangeList)
FeeRangeList
- 分段计费区间列表。public String getEnvironment()
public void setEnvironment(String Environment)
Environment
- 环境类型。
__release__:生产环境
__sandbox__:沙箱环境
_不填默认为生产环境_Copyright © 2024. All rights reserved.