Class AuthenticationResultRequest


  • public class AuthenticationResultRequest
    extends Object
    AuthenticationResultRequest
    • Constructor Detail

      • AuthenticationResultRequest

        public AuthenticationResultRequest()
    • Method Detail

      • merchantAccount

        public AuthenticationResultRequest merchantAccount​(String merchantAccount)
        The merchant account identifier, with which the authentication was processed.
        Parameters:
        merchantAccount - The merchant account identifier, with which the authentication was processed.
        Returns:
        the current AuthenticationResultRequest instance, allowing for method chaining
      • getMerchantAccount

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

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

        public AuthenticationResultRequest pspReference​(String pspReference)
        The pspReference identifier for the transaction.
        Parameters:
        pspReference - The pspReference identifier for the transaction.
        Returns:
        the current AuthenticationResultRequest instance, allowing for method chaining
      • getPspReference

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

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

        public AuthenticationResultRequest includeNullValues​(boolean includeNullValues)
        Configures whether null values are explicitly serialized in the JSON payload. Default is false.
      • isIncludeNullValues

        public boolean isIncludeNullValues()
        Returns whether null values are explicitly serialized in the JSON payload.
      • setIncludeNullValues

        public void setIncludeNullValues​(boolean includeNullValues)
        Sets whether null values should be explicitly serialized in the JSON payload. Default is false.
      • 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
      • getExplicitNulls

        public Map<String,​Object> getExplicitNulls()
        Returns a map of properties to be merged into the JSON payload as explicit null values.
      • 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