Class ThreeDSecure


  • public class ThreeDSecure
    extends Object
    ThreeDSecure
    • Constructor Detail

      • ThreeDSecure

        public ThreeDSecure()
    • 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 ThreeDSecure instance, 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.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • 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