Class Ssn4InformationInput

    • Constructor Detail

      • Ssn4InformationInput

        public Ssn4InformationInput()
    • Method Detail

      • displayLevelCode

        public Ssn4InformationInput displayLevelCode​(String displayLevelCode)
        displayLevelCode.
        Returns:
        Ssn4InformationInput
      • getDisplayLevelCode

        public String getDisplayLevelCode()
        Specifies the display level for the recipient. Valid values are: * ReadOnly * Editable * DoNotDisplay.
        Returns:
        displayLevelCode
      • setDisplayLevelCode

        public void setDisplayLevelCode​(String displayLevelCode)
        setDisplayLevelCode.
      • receiveInResponse

        public Ssn4InformationInput receiveInResponse​(String receiveInResponse)
        receiveInResponse.
        Returns:
        Ssn4InformationInput
      • getReceiveInResponse

        public String getReceiveInResponse()
        When set to **true**, the information needs to be returned in the response..
        Returns:
        receiveInResponse
      • setReceiveInResponse

        public void setReceiveInResponse​(String receiveInResponse)
        setReceiveInResponse.
      • getSsn4

        public String getSsn4()
        The last four digits of the recipient's Social Security Number (SSN)..
        Returns:
        ssn4
      • setSsn4

        public void setSsn4​(String ssn4)
        setSsn4.
      • equals

        public boolean equals​(Object o)
        Compares objects.
        Overrides:
        equals in class Object
        Returns:
        true or false depending on comparison result.
      • hashCode

        public int hashCode()
        Returns the HashCode.
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Converts the given object to string.
        Overrides:
        toString in class Object