public class CreateOpenBankSubMerchantRateConfigureResult extends AbstractModel
Constructor and Description |
---|
CreateOpenBankSubMerchantRateConfigureResult() |
CreateOpenBankSubMerchantRateConfigureResult(CreateOpenBankSubMerchantRateConfigureResult 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 |
getChannelProductFeeNo()
Get 渠道产品费率序列号
|
String |
getDealMessage()
Get 处理描述
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getDealStatus()
Get 处理状态
SUCCESS: 开通成功
FAILED: 开通失败
PROCESSING: 开通中
注意:若返回开通中,需要再次调用费率配置结果查询接口,查询结果。
|
void |
setChannelProductFeeNo(String ChannelProductFeeNo)
Set 渠道产品费率序列号
|
void |
setDealMessage(String DealMessage)
Set 处理描述
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDealStatus(String DealStatus)
Set 处理状态
SUCCESS: 开通成功
FAILED: 开通失败
PROCESSING: 开通中
注意:若返回开通中,需要再次调用费率配置结果查询接口,查询结果。
|
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 CreateOpenBankSubMerchantRateConfigureResult()
public CreateOpenBankSubMerchantRateConfigureResult(CreateOpenBankSubMerchantRateConfigureResult source)
public String getDealStatus()
public void setDealStatus(String DealStatus)
DealStatus
- 处理状态
SUCCESS: 开通成功
FAILED: 开通失败
PROCESSING: 开通中
注意:若返回开通中,需要再次调用费率配置结果查询接口,查询结果。public String getDealMessage()
public void setDealMessage(String DealMessage)
DealMessage
- 处理描述
注意:此字段可能返回 null,表示取不到有效值。public String getChannelProductFeeNo()
public void setChannelProductFeeNo(String ChannelProductFeeNo)
ChannelProductFeeNo
- 渠道产品费率序列号Copyright © 2022. All rights reserved.