public class ApplyCardVerificationRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
ApplyCardVerificationRequest()  | 
ApplyCardVerificationRequest(ApplyCardVerificationRequest 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 | 
getCardType()
Get Please select the type of ID document. 
 | 
String | 
getImageBase64Back()
Get Base64 value of the reverse side of the document. 
 | 
String | 
getImageBase64Front()
Get Base64 value for the front of the document. 
 | 
String | 
getImageUrlBack()
Get The URL value on the back of the certificate. 
 | 
String | 
getImageUrlFront()
Get The URL value on the back of the certificate. 
 | 
String | 
getNationality()
Get Please select the country code of ID document. 
 | 
void | 
setCardType(String CardType)
Set Please select the type of ID document. 
 | 
void | 
setImageBase64Back(String ImageBase64Back)
Set Base64 value of the reverse side of the document. 
 | 
void | 
setImageBase64Front(String ImageBase64Front)
Set Base64 value for the front of the document. 
 | 
void | 
setImageUrlBack(String ImageUrlBack)
Set The URL value on the back of the certificate. 
 | 
void | 
setImageUrlFront(String ImageUrlFront)
Set The URL value on the back of the certificate. 
 | 
void | 
setNationality(String Nationality)
Set Please select the country code of ID document. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ApplyCardVerificationRequest()
public ApplyCardVerificationRequest(ApplyCardVerificationRequest source)
public String getNationality()
public void setNationality(String Nationality)
Nationality - Please select the country code of ID document.
IDN: Indonesia
HKG: Hong Kong
THA: Thailand
MYS: Malaysia
SGP: Singapore
JPN: Japan
TWN:Taiwan
AUTO: Automatic Identificationpublic String getCardType()
public void setCardType(String CardType)
CardType - Please select the type of ID document. The supported options are:
ID_CARD
PASSPORT
DRIVING_LICENSE
AUTOpublic String getImageBase64Front()
public void setImageBase64Front(String ImageBase64Front)
ImageBase64Front - Base64 value for the front of the document. Supported image formats: PNG, JPEG. 
GIF format is not supported yet. Supported image size: The downloaded image cannot exceed 5M after Base64 encoding.
The image download takes no more than 3 seconds. Supported image resolution: 8000*8000. One of ImageUrlFront and ImageBase64 Front of the image must be provided. If both are provided, only ImageUrlFront will be used.public String getImageBase64Back()
public void setImageBase64Back(String ImageBase64Back)
ImageBase64Back - Base64 value of the reverse side of the document. Supported image formats: PNG, JPEG. 
GIF format is not supported yet. Supported image size: The downloaded image cannot exceed 5M after Base64 encoding. The image download takes no more than 3 seconds. Maximum supported image resolution: 8000*8000. For some certificates, one of ImageUrlBack and ImageBase64Back must be provided. If both are provided, only ImageUrlBack will be used.public String getImageUrlFront()
public void setImageUrlFront(String ImageUrlFront)
ImageUrlFront - The URL value on the back of the certificate. Supported image formats: PNG, JPEG. 
GIF format is not supported yet. Supported image size: The downloaded image cannot exceed 5M after Base64 encoding. The image download takes no more than 3 seconds. Maximum supported image resolution: 8000*8000. One of ImageUrlFront and ImageBase64Front of the image must be provided. If both are provided, only ImageUrlFront will be used.public String getImageUrlBack()
public void setImageUrlBack(String ImageUrlBack)
ImageUrlBack - The URL value on the back of the certificate. Supported image formats: PNG, JPEG. 
GIF format is not supported yet. Supported image size: The downloaded image cannot exceed 5M after Base64 encoding. The image download takes no more than 3 seconds. Maximum supported image resolution: 8000*8000. For some certificates, one of ImageUrlBack and ImageBase64Back must be provided. If both are provided, only ImageUrlBack will be used.Copyright © 2024. All rights reserved.