Class ThreeDSecure
- java.lang.Object
-
- com.adyen.model.transactionwebhooks.ThreeDSecure
-
public class ThreeDSecure extends Object
ThreeDSecure
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_ACS_TRANSACTION_ID
-
Constructor Summary
Constructors Constructor Description ThreeDSecure()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ThreeDSecureacsTransactionId(String acsTransactionId)The transaction identifier for the Access Control Serverbooleanequals(Object o)Return true if this ThreeDSecure object is equal to o.static ThreeDSecurefromJson(String jsonString)Create an instance of ThreeDSecure given an JSON stringStringgetAcsTransactionId()The transaction identifier for the Access Control ServerinthashCode()voidsetAcsTransactionId(String acsTransactionId)The transaction identifier for the Access Control ServerStringtoJson()Convert an instance of ThreeDSecure to an JSON stringStringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_ACS_TRANSACTION_ID
public static final String JSON_PROPERTY_ACS_TRANSACTION_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
acsTransactionId
public ThreeDSecure acsTransactionId(String acsTransactionId)
The transaction identifier for the Access Control Server- Parameters:
acsTransactionId- The transaction identifier for the Access Control Server- Returns:
- the current
ThreeDSecureinstance, allowing for method chaining
-
getAcsTransactionId
public String getAcsTransactionId()
The transaction identifier for the Access Control Server- Returns:
- acsTransactionId The transaction identifier for the Access Control Server
-
setAcsTransactionId
public void setAcsTransactionId(String acsTransactionId)
The transaction identifier for the Access Control Server- Parameters:
acsTransactionId- The transaction identifier for the Access Control Server
-
equals
public boolean equals(Object o)
Return true if this ThreeDSecure object is equal to o.
-
fromJson
public static ThreeDSecure fromJson(String jsonString) throws com.fasterxml.jackson.core.JsonProcessingException
Create an instance of ThreeDSecure given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ThreeDSecure
- Throws:
com.fasterxml.jackson.core.JsonProcessingException- if the JSON string is invalid with respect to ThreeDSecure
-
toJson
public String toJson() throws com.fasterxml.jackson.core.JsonProcessingException
Convert an instance of ThreeDSecure to an JSON string- Returns:
- JSON string
- Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
-