public class BankMetaVerifyRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
bankCard
Bank card number.
|
String |
identifyNum
ID number.
|
String |
identityType
Identity type.
|
String |
mobile
Mobile phone number.
|
String |
paramType
Parameter type:
normal: Unencrypted.
|
String |
productType
Product type to call:
BANK_CARD_2_META: Bank card number + name verification.
|
String |
userName
Name.
|
String |
verifyMode
VERIFY_BANK_CARD: Bank card authentication mode.
|
| 构造器和说明 |
|---|
BankMetaVerifyRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static BankMetaVerifyRequest |
build(Map<String,?> map) |
String |
getBankCard() |
String |
getIdentifyNum() |
String |
getIdentityType() |
String |
getMobile() |
String |
getParamType() |
String |
getProductType() |
String |
getUserName() |
String |
getVerifyMode() |
BankMetaVerifyRequest |
setBankCard(String bankCard) |
BankMetaVerifyRequest |
setIdentifyNum(String identifyNum) |
BankMetaVerifyRequest |
setIdentityType(String identityType) |
BankMetaVerifyRequest |
setMobile(String mobile) |
BankMetaVerifyRequest |
setParamType(String paramType) |
BankMetaVerifyRequest |
setProductType(String productType) |
BankMetaVerifyRequest |
setUserName(String userName) |
BankMetaVerifyRequest |
setVerifyMode(String verifyMode) |
@NameInMap(value="BankCard") public String bankCard
Bank card number.
paramType is normal, enter the plain text bank card number.paramType is md5, enter the part of the card number except the last 6 digits in plain text + the last 6 digits encrypted with MD5 (32 lowercase).610*************1181
@NameInMap(value="IdentifyNum") public String identifyNum
ID number.
ProductType is BANK_CARD_3_META, this field is required.paramType is normal, enter the plain text ID number.paramType is md5, enter the first 6 digits of the ID number in plain text + the birth date encrypted with MD5 (32 lowercase MD5) + the last 4 digits of the ID number.429001********8211
@NameInMap(value="IdentityType") public String identityType
Identity type.
example:01
@NameInMap(value="Mobile") public String mobile
Mobile phone number.
ProductType is BANK_CARD_4_META, this field is required.paramType is normal, enter the plain text mobile phone number.paramType is md5, enter the mobile phone number (32 lowercase MD5).138******11
@NameInMap(value="ParamType") public String paramType
Parameter type:
normal
@NameInMap(value="ProductType") public String productType
Product type to call:
BANK_CARD_2_META
@NameInMap(value="UserName") public String userName
Name.
paramType is normal, enter the plain text name.paramType is md5, encrypt the first character of the name with MD5 (32 lowercase MD5) + the rest of the name in plain text.张*
@NameInMap(value="VerifyMode") public String verifyMode
VERIFY_BANK_CARD: Bank card authentication mode. It indicates whether the provided bank card number matches the user\"s real name, ID number, and mobile phone number.
example:VERIFY_BANK_CARD
public static BankMetaVerifyRequest build(Map<String,?> map) throws Exception
Exceptionpublic BankMetaVerifyRequest setBankCard(String bankCard)
public String getBankCard()
public BankMetaVerifyRequest setIdentifyNum(String identifyNum)
public String getIdentifyNum()
public BankMetaVerifyRequest setIdentityType(String identityType)
public String getIdentityType()
public BankMetaVerifyRequest setMobile(String mobile)
public String getMobile()
public BankMetaVerifyRequest setParamType(String paramType)
public String getParamType()
public BankMetaVerifyRequest setProductType(String productType)
public String getProductType()
public BankMetaVerifyRequest setUserName(String userName)
public String getUserName()
public BankMetaVerifyRequest setVerifyMode(String verifyMode)
public String getVerifyMode()
Copyright © 2025. All rights reserved.