public class CheckBankCardInformationResponse extends AbstractModel
header, skipSign
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:借记卡。
2:贷记卡。
3:预付费卡。
4:准贷记卡
|
String |
getDescription()
Get 业务结果描述。
|
String |
getRequestId()
Get 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
String |
getResult()
Get 认证结果码,收费情况如下。
- 收费结果码:
0: 查询成功
-1: 未查到信息
- 不收费结果码:
-2:验证中心服务繁忙
-3:银行卡不存在
-4:认证次数超过当日限制,请次日重试
|
void |
setAccountBank(String AccountBank)
Set 开户行。
|
void |
setAccountType(Long AccountType)
Set 卡性质。
- 取值范围:
1:借记卡。
2:贷记卡。
3:预付费卡。
4:准贷记卡
|
void |
setDescription(String Description)
Set 业务结果描述。
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
void |
setResult(String Result)
Set 认证结果码,收费情况如下。
- 收费结果码:
0: 查询成功
-1: 未查到信息
- 不收费结果码:
-2:验证中心服务繁忙
-3:银行卡不存在
-4:认证次数超过当日限制,请次日重试
|
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 CheckBankCardInformationResponse()
public CheckBankCardInformationResponse(CheckBankCardInformationResponse source)
public String getResult()
public void setResult(String Result)
Result
- 认证结果码,收费情况如下。
- 收费结果码:
0: 查询成功
-1: 未查到信息
- 不收费结果码:
-2:验证中心服务繁忙
-3:银行卡不存在
-4:认证次数超过当日限制,请次日重试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)。定位问题时需要提供该次请求的 RequestId。Copyright © 2024. All rights reserved.