@Generated(value="Generated by https://konfigthis.com") public class ThreeDSData extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ThreeDSData.CustomTypeAdapterFactory |
| Modifier and Type | Field and Description |
|---|---|
static HashSet<String> |
openapiFields |
static HashSet<String> |
openapiRequiredFields |
static String |
SERIALIZED_NAME_C_A_V_V |
static String |
SERIALIZED_NAME_DIRECTORY_SERVER_TXN_ID |
static String |
SERIALIZED_NAME_E_C_I |
static String |
SERIALIZED_NAME_THREE_D_S_VERSION |
static String |
SERIALIZED_NAME_TRANSACTION_ID |
static String |
SERIALIZED_NAME_X_I_D |
| Constructor and Description |
|---|
ThreeDSData() |
| Modifier and Type | Method and Description |
|---|---|
ThreeDSData |
CAVV(String CAVV) |
ThreeDSData |
directoryServerTxnId(String directoryServerTxnId) |
ThreeDSData |
ECI(String ECI) |
boolean |
equals(Object o) |
static ThreeDSData |
fromJson(String jsonString)
Create an instance of ThreeDSData given an JSON string
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getCAVV()
Get CAVV
|
String |
getDirectoryServerTxnId()
Get directoryServerTxnId
|
String |
getECI()
Get ECI
|
String |
getThreeDSVersion()
Get threeDSVersion
|
String |
getTransactionId()
Get transactionId
|
String |
getXID()
Get XID
|
int |
hashCode() |
ThreeDSData |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setCAVV(String CAVV) |
void |
setDirectoryServerTxnId(String directoryServerTxnId) |
void |
setECI(String ECI) |
void |
setThreeDSVersion(String threeDSVersion) |
void |
setTransactionId(String transactionId) |
void |
setXID(String XID) |
ThreeDSData |
threeDSVersion(String threeDSVersion) |
String |
toJson()
Convert an instance of ThreeDSData to an JSON string
|
String |
toString() |
ThreeDSData |
transactionId(String transactionId) |
static void |
validateJsonObject(com.google.gson.JsonObject jsonObj)
Validates the JSON Object and throws an exception if issues found
|
ThreeDSData |
XID(String XID) |
public static final String SERIALIZED_NAME_E_C_I
public static final String SERIALIZED_NAME_C_A_V_V
public static final String SERIALIZED_NAME_X_I_D
public static final String SERIALIZED_NAME_DIRECTORY_SERVER_TXN_ID
public static final String SERIALIZED_NAME_THREE_D_S_VERSION
public static final String SERIALIZED_NAME_TRANSACTION_ID
public ThreeDSData ECI(String ECI)
public void setECI(String ECI)
public ThreeDSData CAVV(String CAVV)
public void setCAVV(String CAVV)
public ThreeDSData XID(String XID)
public void setXID(String XID)
public ThreeDSData directoryServerTxnId(String directoryServerTxnId)
@Nullable public String getDirectoryServerTxnId()
public void setDirectoryServerTxnId(String directoryServerTxnId)
public ThreeDSData threeDSVersion(String threeDSVersion)
@Nullable public String getThreeDSVersion()
public void setThreeDSVersion(String threeDSVersion)
public ThreeDSData transactionId(String transactionId)
@Nullable public String getTransactionId()
public void setTransactionId(String transactionId)
public ThreeDSData putAdditionalProperty(String key, Object value)
key - name of the propertyvalue - value of the propertypublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - name of the propertypublic static void validateJsonObject(com.google.gson.JsonObject jsonObj)
throws IOException
jsonObj - JSON ObjectIOException - if the JSON Object is invalid with respect to ThreeDSDatapublic static ThreeDSData fromJson(String jsonString) throws IOException
jsonString - JSON stringIOException - if the JSON string is invalid with respect to ThreeDSDatapublic String toJson()
Copyright © 2023. All rights reserved.