Class AuthenticationResultRequest


  • public class AuthenticationResultRequest
    extends Object
    AuthenticationResultRequest
    • Constructor Detail

      • AuthenticationResultRequest

        public AuthenticationResultRequest()
    • Method Detail

      • getMerchantAccount

        public String getMerchantAccount()
        The merchant account identifier, with which the authentication was processed.
        Returns:
        merchantAccount
      • setMerchantAccount

        public void setMerchantAccount​(String merchantAccount)
        The merchant account identifier, with which the authentication was processed.
        Parameters:
        merchantAccount -
      • getPspReference

        public String getPspReference()
        The pspReference identifier for the transaction.
        Returns:
        pspReference
      • setPspReference

        public void setPspReference​(String pspReference)
        The pspReference identifier for the transaction.
        Parameters:
        pspReference -
      • equals

        public boolean equals​(Object o)
        Return true if this AuthenticationResultRequest object is equal to o.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • fromJson

        public static AuthenticationResultRequest fromJson​(String jsonString)
                                                    throws com.fasterxml.jackson.core.JsonProcessingException
        Create an instance of AuthenticationResultRequest given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of AuthenticationResultRequest
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException - if the JSON string is invalid with respect to AuthenticationResultRequest
      • toJson

        public String toJson()
                      throws com.fasterxml.jackson.core.JsonProcessingException
        Convert an instance of AuthenticationResultRequest to an JSON string
        Returns:
        JSON string
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException