@Generated(value="Generated by https://konfigthis.com") public class AuthorizationModel extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AuthorizationModel.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_DATE |
static String |
SERIALIZED_NAME_E_C_I |
static String |
SERIALIZED_NAME_GATEWAY_RESULT_CODE |
static String |
SERIALIZED_NAME_GATEWAY_RESULT_MESSAGE |
static String |
SERIALIZED_NAME_GATEWAY_SOURCE_RESPONSE |
static String |
SERIALIZED_NAME_GATEWAY_TRANSACTION_I_D |
static String |
SERIALIZED_NAME_SPLITIT_ERROR_RESULT_CODE |
static String |
SERIALIZED_NAME_STATUS |
static String |
SERIALIZED_NAME_THREE_D_S_REDIRECT |
| Constructor and Description |
|---|
AuthorizationModel() |
public static final String SERIALIZED_NAME_STATUS
public static final String SERIALIZED_NAME_DATE
public static final String SERIALIZED_NAME_SPLITIT_ERROR_RESULT_CODE
public static final String SERIALIZED_NAME_GATEWAY_TRANSACTION_I_D
public static final String SERIALIZED_NAME_GATEWAY_RESULT_CODE
public static final String SERIALIZED_NAME_GATEWAY_RESULT_MESSAGE
public static final String SERIALIZED_NAME_THREE_D_S_REDIRECT
public static final String SERIALIZED_NAME_C_A_V_V
public static final String SERIALIZED_NAME_E_C_I
public static final String SERIALIZED_NAME_GATEWAY_SOURCE_RESPONSE
public AuthorizationModel status(GwAuthorizationStatus status)
@Nonnull public GwAuthorizationStatus getStatus()
public void setStatus(GwAuthorizationStatus status)
public AuthorizationModel date(OffsetDateTime date)
@Nullable public OffsetDateTime getDate()
public void setDate(OffsetDateTime date)
public AuthorizationModel splititErrorResultCode(String splititErrorResultCode)
@Nullable public String getSplititErrorResultCode()
public void setSplititErrorResultCode(String splititErrorResultCode)
public AuthorizationModel gatewayTransactionID(String gatewayTransactionID)
@Nullable public String getGatewayTransactionID()
public void setGatewayTransactionID(String gatewayTransactionID)
public AuthorizationModel gatewayResultCode(String gatewayResultCode)
@Nullable public String getGatewayResultCode()
public void setGatewayResultCode(String gatewayResultCode)
public AuthorizationModel gatewayResultMessage(String gatewayResultMessage)
@Nullable public String getGatewayResultMessage()
public void setGatewayResultMessage(String gatewayResultMessage)
public AuthorizationModel threeDSRedirect(ThreeDsRedirectDataV3 threeDSRedirect)
@Nullable public ThreeDsRedirectDataV3 getThreeDSRedirect()
public void setThreeDSRedirect(ThreeDsRedirectDataV3 threeDSRedirect)
public AuthorizationModel CAVV(String CAVV)
public void setCAVV(String CAVV)
public AuthorizationModel ECI(String ECI)
public void setECI(String ECI)
public AuthorizationModel gatewaySourceResponse(String gatewaySourceResponse)
@Nullable public String getGatewaySourceResponse()
public void setGatewaySourceResponse(String gatewaySourceResponse)
public AuthorizationModel 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 AuthorizationModelpublic static AuthorizationModel fromJson(String jsonString) throws IOException
jsonString - JSON stringIOException - if the JSON string is invalid with respect to AuthorizationModelpublic String toJson()
Copyright © 2023. All rights reserved.