Class GetTaxFormResponse


  • public class GetTaxFormResponse
    extends Object
    GetTaxFormResponse
    • Constructor Detail

      • GetTaxFormResponse

        public GetTaxFormResponse()
    • Method Detail

      • getContent

        public String getContent()
        The content of the tax form in the Base64 binary format.
        Returns:
        content
      • setContent

        public void setContent​(String content)
      • getContentType

        public String getContentType()
        The content type of the tax form.
        Returns:
        contentType
      • setContentType

        public void setContentType​(String contentType)
      • getInvalidFields

        public List<ErrorFieldType> getInvalidFields()
        Contains field validation errors that would prevent requests from being processed.
        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)
      • getResultCode

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

        public void setResultCode​(String resultCode)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object