
com.tencentcloudapi.cpdp.v20190820.models.BankCardItem Maven / Gradle / Ivy
/*
* Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.tencentcloudapi.cpdp.v20190820.models;
import com.tencentcloudapi.common.AbstractModel;
import com.google.gson.annotations.SerializedName;
import com.google.gson.annotations.Expose;
import java.util.HashMap;
public class BankCardItem extends AbstractModel{
/**
* 超级网银行号
*/
@SerializedName("EiconBankBranchId")
@Expose
private String EiconBankBranchId;
/**
* 大小额行号
*/
@SerializedName("CnapsBranchId")
@Expose
private String CnapsBranchId;
/**
* 结算账户类型
1 – 本行账户
2 – 他行账户
*/
@SerializedName("SettleAcctType")
@Expose
private Long SettleAcctType;
/**
* 结算账户户名
<敏感信息>
*/
@SerializedName("SettleAcctName")
@Expose
private String SettleAcctName;
/**
* 开户行名称
*/
@SerializedName("AcctBranchName")
@Expose
private String AcctBranchName;
/**
* 用于提现
<敏感信息>
*/
@SerializedName("SettleAcctNo")
@Expose
private String SettleAcctNo;
/**
* 聚鑫计费SubAppId,代表子商户
*/
@SerializedName("SubAppId")
@Expose
private String SubAppId;
/**
* 验证类型
1 – 小额转账验证
2 – 短信验证
*/
@SerializedName("BindType")
@Expose
private Long BindType;
/**
* 用于短信验证
BindType==2时必填
<敏感信息>
*/
@SerializedName("Mobile")
@Expose
private String Mobile;
/**
* 证件类型
*/
@SerializedName("IdType")
@Expose
private String IdType;
/**
* 证件号码
<敏感信息>
*/
@SerializedName("IdCode")
@Expose
private String IdCode;
/**
* Get 超级网银行号
* @return EiconBankBranchId 超级网银行号
*/
public String getEiconBankBranchId() {
return this.EiconBankBranchId;
}
/**
* Set 超级网银行号
* @param EiconBankBranchId 超级网银行号
*/
public void setEiconBankBranchId(String EiconBankBranchId) {
this.EiconBankBranchId = EiconBankBranchId;
}
/**
* Get 大小额行号
* @return CnapsBranchId 大小额行号
*/
public String getCnapsBranchId() {
return this.CnapsBranchId;
}
/**
* Set 大小额行号
* @param CnapsBranchId 大小额行号
*/
public void setCnapsBranchId(String CnapsBranchId) {
this.CnapsBranchId = CnapsBranchId;
}
/**
* Get 结算账户类型
1 – 本行账户
2 – 他行账户
* @return SettleAcctType 结算账户类型
1 – 本行账户
2 – 他行账户
*/
public Long getSettleAcctType() {
return this.SettleAcctType;
}
/**
* Set 结算账户类型
1 – 本行账户
2 – 他行账户
* @param SettleAcctType 结算账户类型
1 – 本行账户
2 – 他行账户
*/
public void setSettleAcctType(Long SettleAcctType) {
this.SettleAcctType = SettleAcctType;
}
/**
* Get 结算账户户名
<敏感信息>
* @return SettleAcctName 结算账户户名
<敏感信息>
*/
public String getSettleAcctName() {
return this.SettleAcctName;
}
/**
* Set 结算账户户名
<敏感信息>
* @param SettleAcctName 结算账户户名
<敏感信息>
*/
public void setSettleAcctName(String SettleAcctName) {
this.SettleAcctName = SettleAcctName;
}
/**
* Get 开户行名称
* @return AcctBranchName 开户行名称
*/
public String getAcctBranchName() {
return this.AcctBranchName;
}
/**
* Set 开户行名称
* @param AcctBranchName 开户行名称
*/
public void setAcctBranchName(String AcctBranchName) {
this.AcctBranchName = AcctBranchName;
}
/**
* Get 用于提现
<敏感信息>
* @return SettleAcctNo 用于提现
<敏感信息>
*/
public String getSettleAcctNo() {
return this.SettleAcctNo;
}
/**
* Set 用于提现
<敏感信息>
* @param SettleAcctNo 用于提现
<敏感信息>
*/
public void setSettleAcctNo(String SettleAcctNo) {
this.SettleAcctNo = SettleAcctNo;
}
/**
* Get 聚鑫计费SubAppId,代表子商户
* @return SubAppId 聚鑫计费SubAppId,代表子商户
*/
public String getSubAppId() {
return this.SubAppId;
}
/**
* Set 聚鑫计费SubAppId,代表子商户
* @param SubAppId 聚鑫计费SubAppId,代表子商户
*/
public void setSubAppId(String SubAppId) {
this.SubAppId = SubAppId;
}
/**
* Get 验证类型
1 – 小额转账验证
2 – 短信验证
* @return BindType 验证类型
1 – 小额转账验证
2 – 短信验证
*/
public Long getBindType() {
return this.BindType;
}
/**
* Set 验证类型
1 – 小额转账验证
2 – 短信验证
* @param BindType 验证类型
1 – 小额转账验证
2 – 短信验证
*/
public void setBindType(Long BindType) {
this.BindType = BindType;
}
/**
* Get 用于短信验证
BindType==2时必填
<敏感信息>
* @return Mobile 用于短信验证
BindType==2时必填
<敏感信息>
*/
public String getMobile() {
return this.Mobile;
}
/**
* Set 用于短信验证
BindType==2时必填
<敏感信息>
* @param Mobile 用于短信验证
BindType==2时必填
<敏感信息>
*/
public void setMobile(String Mobile) {
this.Mobile = Mobile;
}
/**
* Get 证件类型
* @return IdType 证件类型
*/
public String getIdType() {
return this.IdType;
}
/**
* Set 证件类型
* @param IdType 证件类型
*/
public void setIdType(String IdType) {
this.IdType = IdType;
}
/**
* Get 证件号码
<敏感信息>
* @return IdCode 证件号码
<敏感信息>
*/
public String getIdCode() {
return this.IdCode;
}
/**
* Set 证件号码
<敏感信息>
* @param IdCode 证件号码
<敏感信息>
*/
public void setIdCode(String IdCode) {
this.IdCode = IdCode;
}
public BankCardItem() {
}
/**
* 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.
*/
public BankCardItem(BankCardItem source) {
if (source.EiconBankBranchId != null) {
this.EiconBankBranchId = new String(source.EiconBankBranchId);
}
if (source.CnapsBranchId != null) {
this.CnapsBranchId = new String(source.CnapsBranchId);
}
if (source.SettleAcctType != null) {
this.SettleAcctType = new Long(source.SettleAcctType);
}
if (source.SettleAcctName != null) {
this.SettleAcctName = new String(source.SettleAcctName);
}
if (source.AcctBranchName != null) {
this.AcctBranchName = new String(source.AcctBranchName);
}
if (source.SettleAcctNo != null) {
this.SettleAcctNo = new String(source.SettleAcctNo);
}
if (source.SubAppId != null) {
this.SubAppId = new String(source.SubAppId);
}
if (source.BindType != null) {
this.BindType = new Long(source.BindType);
}
if (source.Mobile != null) {
this.Mobile = new String(source.Mobile);
}
if (source.IdType != null) {
this.IdType = new String(source.IdType);
}
if (source.IdCode != null) {
this.IdCode = new String(source.IdCode);
}
}
/**
* Internal implementation, normal users should not use it.
*/
public void toMap(HashMap map, String prefix) {
this.setParamSimple(map, prefix + "EiconBankBranchId", this.EiconBankBranchId);
this.setParamSimple(map, prefix + "CnapsBranchId", this.CnapsBranchId);
this.setParamSimple(map, prefix + "SettleAcctType", this.SettleAcctType);
this.setParamSimple(map, prefix + "SettleAcctName", this.SettleAcctName);
this.setParamSimple(map, prefix + "AcctBranchName", this.AcctBranchName);
this.setParamSimple(map, prefix + "SettleAcctNo", this.SettleAcctNo);
this.setParamSimple(map, prefix + "SubAppId", this.SubAppId);
this.setParamSimple(map, prefix + "BindType", this.BindType);
this.setParamSimple(map, prefix + "Mobile", this.Mobile);
this.setParamSimple(map, prefix + "IdType", this.IdType);
this.setParamSimple(map, prefix + "IdCode", this.IdCode);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy