public class CheckBankCardInformationResponse extends AbstractModel
Constructor and Description |
---|
CheckBankCardInformationResponse() |
CheckBankCardInformationResponse(CheckBankCardInformationResponse 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 |
getAccountBank()
Get 开户行
|
Long |
getAccountType()
Get 卡性质:1.
|
String |
getDescription()
Get 业务结果描述
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
String |
getResult()
Get 认证结果码,收费情况如下。
收费结果码:
0: 查询成功
-1: 未查到信息
不收费结果码:
-2:验证中心服务繁忙
-3:银行卡不存在
|
void |
setAccountBank(String AccountBank)
Set 开户行
|
void |
setAccountType(Long AccountType)
Set 卡性质:1.
|
void |
setDescription(String Description)
Set 业务结果描述
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setResult(String Result)
Set 认证结果码,收费情况如下。
收费结果码:
0: 查询成功
-1: 未查到信息
不收费结果码:
-2:验证中心服务繁忙
-3:银行卡不存在
|
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 CheckBankCardInformationResponse()
public CheckBankCardInformationResponse(CheckBankCardInformationResponse source)
public String getResult()
public void setResult(String Result)
Result
- 认证结果码,收费情况如下。
收费结果码:
0: 查询成功
-1: 未查到信息
不收费结果码:
-2:验证中心服务繁忙
-3:银行卡不存在public String getDescription()
public void setDescription(String Description)
Description
- 业务结果描述public String getAccountBank()
public void setAccountBank(String AccountBank)
AccountBank
- 开户行public Long getAccountType()
public void setAccountType(Long AccountType)
AccountType
- 卡性质:1. 借记卡;2. 贷记卡;3. 预付费卡;4. 准贷记卡public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2023. All rights reserved.