public class GetCardVerificationResultRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
GetCardVerificationResultRequest() |
GetCardVerificationResultRequest(GetCardVerificationResultRequest 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 |
getCardVerificationToken()
Get The token used to identify an verification process.
|
void |
setCardVerificationToken(String CardVerificationToken)
Set The token used to identify an verification process.
|
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, toJsonString
public GetCardVerificationResultRequest()
public GetCardVerificationResultRequest(GetCardVerificationResultRequest source)
public String getCardVerificationToken()
public void setCardVerificationToken(String CardVerificationToken)
CardVerificationToken
- The token used to identify an verification process. It can be used to get the verification result after the process is completed.Copyright © 2024. All rights reserved.