Class GetPciUrlResponse


  • public class GetPciUrlResponse
    extends Object
    GetPciUrlResponse
    • Constructor Detail

      • GetPciUrlResponse

        public GetPciUrlResponse()
    • Method Detail

      • getInvalidFields

        public List<ErrorFieldType> getInvalidFields()
        Information about any invalid fields.
        Returns:
        invalidFields
      • getPspReference

        public String getPspReference()
        The reference of a request. Can be used to uniquely identify the request.
        Returns:
        pspReference
      • setPspReference

        public void setPspReference​(String pspReference)
      • getRedirectUrl

        public String getRedirectUrl()
        The URL to the PCI compliance questionnaire where you should redirect your account holder. This URL must be used within 30 seconds and can only be used once.
        Returns:
        redirectUrl
      • setRedirectUrl

        public void setRedirectUrl​(String redirectUrl)
      • getResultCode

        public String getResultCode()
        The result code.
        Returns:
        resultCode
      • setResultCode

        public void setResultCode​(String resultCode)
      • equals

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

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

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

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