Class QueryOpenBankBindExternalSubMerchantBankAccountResult
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.QueryOpenBankBindExternalSubMerchantBankAccountResult
-
public class QueryOpenBankBindExternalSubMerchantBankAccountResult extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description QueryOpenBankBindExternalSubMerchantBankAccountResult()QueryOpenBankBindExternalSubMerchantBankAccountResult(QueryOpenBankBindExternalSubMerchantBankAccountResult 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 StringgetBindMessage()Get 绑定返回描述, 例如失败原因等。 注意:此字段可能返回 null,表示取不到有效值。StringgetBindSerialNo()Get 绑卡序列号。 注意:此字段可能返回 null,表示取不到有效值。StringgetBindStatus()Get 绑定状态。 __SUCCESS__: 绑定成功 __FAILED__: 绑定失败 __PROCESSING__: 绑定中StringgetChannelApplyId()Get 渠道申请编号。StringgetExternalSubMerchantBankAccountReturnData()Get 渠道子商户收款方银行卡信息, 为JSON格式字符串(绑定成功状态下返回)。详情见附录-复杂类型。 注意:此字段可能返回 null,表示取不到有效值。voidsetBindMessage(String BindMessage)Set 绑定返回描述, 例如失败原因等。 注意:此字段可能返回 null,表示取不到有效值。voidsetBindSerialNo(String BindSerialNo)Set 绑卡序列号。 注意:此字段可能返回 null,表示取不到有效值。voidsetBindStatus(String BindStatus)Set 绑定状态。 __SUCCESS__: 绑定成功 __FAILED__: 绑定失败 __PROCESSING__: 绑定中voidsetChannelApplyId(String ChannelApplyId)Set 渠道申请编号。voidsetExternalSubMerchantBankAccountReturnData(String ExternalSubMerchantBankAccountReturnData)Set 渠道子商户收款方银行卡信息, 为JSON格式字符串(绑定成功状态下返回)。详情见附录-复杂类型。 注意:此字段可能返回 null,表示取不到有效值。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
-
QueryOpenBankBindExternalSubMerchantBankAccountResult
public QueryOpenBankBindExternalSubMerchantBankAccountResult()
-
QueryOpenBankBindExternalSubMerchantBankAccountResult
public QueryOpenBankBindExternalSubMerchantBankAccountResult(QueryOpenBankBindExternalSubMerchantBankAccountResult 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
-
getExternalSubMerchantBankAccountReturnData
public String getExternalSubMerchantBankAccountReturnData()
Get 渠道子商户收款方银行卡信息, 为JSON格式字符串(绑定成功状态下返回)。详情见附录-复杂类型。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ExternalSubMerchantBankAccountReturnData 渠道子商户收款方银行卡信息, 为JSON格式字符串(绑定成功状态下返回)。详情见附录-复杂类型。 注意:此字段可能返回 null,表示取不到有效值。
-
setExternalSubMerchantBankAccountReturnData
public void setExternalSubMerchantBankAccountReturnData(String ExternalSubMerchantBankAccountReturnData)
Set 渠道子商户收款方银行卡信息, 为JSON格式字符串(绑定成功状态下返回)。详情见附录-复杂类型。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ExternalSubMerchantBankAccountReturnData- 渠道子商户收款方银行卡信息, 为JSON格式字符串(绑定成功状态下返回)。详情见附录-复杂类型。 注意:此字段可能返回 null,表示取不到有效值。
-
getChannelApplyId
public String getChannelApplyId()
Get 渠道申请编号。- Returns:
- ChannelApplyId 渠道申请编号。
-
setChannelApplyId
public void setChannelApplyId(String ChannelApplyId)
Set 渠道申请编号。- Parameters:
ChannelApplyId- 渠道申请编号。
-
getBindStatus
public String getBindStatus()
Get 绑定状态。 __SUCCESS__: 绑定成功 __FAILED__: 绑定失败 __PROCESSING__: 绑定中- Returns:
- BindStatus 绑定状态。 __SUCCESS__: 绑定成功 __FAILED__: 绑定失败 __PROCESSING__: 绑定中
-
setBindStatus
public void setBindStatus(String BindStatus)
Set 绑定状态。 __SUCCESS__: 绑定成功 __FAILED__: 绑定失败 __PROCESSING__: 绑定中- Parameters:
BindStatus- 绑定状态。 __SUCCESS__: 绑定成功 __FAILED__: 绑定失败 __PROCESSING__: 绑定中
-
getBindMessage
public String getBindMessage()
Get 绑定返回描述, 例如失败原因等。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- BindMessage 绑定返回描述, 例如失败原因等。 注意:此字段可能返回 null,表示取不到有效值。
-
setBindMessage
public void setBindMessage(String BindMessage)
Set 绑定返回描述, 例如失败原因等。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
BindMessage- 绑定返回描述, 例如失败原因等。 注意:此字段可能返回 null,表示取不到有效值。
-
getBindSerialNo
public String getBindSerialNo()
Get 绑卡序列号。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- BindSerialNo 绑卡序列号。 注意:此字段可能返回 null,表示取不到有效值。
-
setBindSerialNo
public void setBindSerialNo(String BindSerialNo)
Set 绑卡序列号。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
BindSerialNo- 绑卡序列号。 注意:此字段可能返回 null,表示取不到有效值。
-
-