Class IdCheckInformationInput

  • All Implemented Interfaces:
    Serializable

    public class IdCheckInformationInput
    extends Object
    implements Serializable
    A complex element that contains input information related to a recipient ID check. It can include the following information. addressInformationInput: Used to set recipient address information and consists of: * addressInformation: consists of six elements, with stree2 and zipPlus4 being optional. The elements are: street1, street2, city, state, zip, zipPlus4. The maximum length of each element is: street1/street2 = 150 characters, city = 50 characters, state = 2 characters, and zip/zipPlus4 = 20 characters. * displayLevelCode: Specifies the display level for the recipient. Values are: ReadOnly, Editable, or DoNotDisplay. * receiveInResponse: A Boolean element that specifies if the information needs to be returned in the response. dobInformationInput: Used to set recipient date of birth information and consists of: * dateOfBirth: Specifies the recipient's date, month and year of birth. * displayLevelCode: Specifies the display level for the recipient. Values are: ReadOnly, Editable, or DoNotDisplay. * receiveInResponse: A Boolean element that specifies if the information needs to be returned in the response. ssn4InformationInput: Used to set the last four digits of the recipient's SSN information and consists of: * ssn4: Specifies the last four digits of the recipient's SSN. * displayLevelCode: Specifies the display level for the recipient. Values are: ReadOnly, Editable, or DoNotDisplay. * receiveInResponse: A Boolean element that specifies if the information needs to be returned in the response. ssn9InformationInput: Used to set the recipient's SSN information. Note that the ssn9 information can never be returned in the response. The ssn9 input consists of: * ssn9: Specifies the recipient's SSN. * displayLevelCode: Specifies the display level for the recipient. Values are: ReadOnly, Editable, or DoNotDisplay..
    See Also:
    Serialized Form
    • Constructor Detail

      • IdCheckInformationInput

        public IdCheckInformationInput()
    • Method Detail

      • getAddressInformationInput

        public AddressInformationInput getAddressInformationInput()
        An object that specifies recipient address information and how it is displayed..
        Returns:
        addressInformationInput
      • setAddressInformationInput

        public void setAddressInformationInput​(AddressInformationInput addressInformationInput)
        setAddressInformationInput.
      • getDobInformationInput

        public DobInformationInput getDobInformationInput()
        An object that specifies recipient date of birth information and how it is displayed..
        Returns:
        dobInformationInput
      • setDobInformationInput

        public void setDobInformationInput​(DobInformationInput dobInformationInput)
        setDobInformationInput.
      • getSsn4InformationInput

        public Ssn4InformationInput getSsn4InformationInput()
        An object that specifies the last four digits of the recipient's Social Security Number (SSN)..
        Returns:
        ssn4InformationInput
      • setSsn4InformationInput

        public void setSsn4InformationInput​(Ssn4InformationInput ssn4InformationInput)
        setSsn4InformationInput.
      • getSsn9InformationInput

        public Ssn9InformationInput getSsn9InformationInput()
        An object that specifies the recipient's Social Security Number (SSN) information. Note that ssn9 information cannot be returned in a response..
        Returns:
        ssn9InformationInput
      • setSsn9InformationInput

        public void setSsn9InformationInput​(Ssn9InformationInput ssn9InformationInput)
        setSsn9InformationInput.
      • 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