Package com.docusign.esign.model
Class IdCheckInformationInput
- java.lang.Object
-
- com.docusign.esign.model.IdCheckInformationInput
-
public class IdCheckInformationInput extends java.lang.ObjectA 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..
-
-
Constructor Summary
Constructors Constructor Description IdCheckInformationInput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IdCheckInformationInputaddressInformationInput(AddressInformationInput addressInformationInput)addressInformationInput.IdCheckInformationInputdobInformationInput(DobInformationInput dobInformationInput)dobInformationInput.booleanequals(java.lang.Object o)Compares objects.AddressInformationInputgetAddressInformationInput()Get addressInformationInput.DobInformationInputgetDobInformationInput()Get dobInformationInput.Ssn4InformationInputgetSsn4InformationInput()Get ssn4InformationInput.Ssn9InformationInputgetSsn9InformationInput()Get ssn9InformationInput.inthashCode()Returns the HashCode.voidsetAddressInformationInput(AddressInformationInput addressInformationInput)setAddressInformationInput.voidsetDobInformationInput(DobInformationInput dobInformationInput)setDobInformationInput.voidsetSsn4InformationInput(Ssn4InformationInput ssn4InformationInput)setSsn4InformationInput.voidsetSsn9InformationInput(Ssn9InformationInput ssn9InformationInput)setSsn9InformationInput.IdCheckInformationInputssn4InformationInput(Ssn4InformationInput ssn4InformationInput)ssn4InformationInput.IdCheckInformationInputssn9InformationInput(Ssn9InformationInput ssn9InformationInput)ssn9InformationInput.java.lang.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
addressInformationInput
public IdCheckInformationInput addressInformationInput(AddressInformationInput addressInformationInput)
addressInformationInput.- Returns:
- IdCheckInformationInput
-
getAddressInformationInput
public AddressInformationInput getAddressInformationInput()
Get addressInformationInput.- Returns:
- addressInformationInput
-
setAddressInformationInput
public void setAddressInformationInput(AddressInformationInput addressInformationInput)
setAddressInformationInput.
-
dobInformationInput
public IdCheckInformationInput dobInformationInput(DobInformationInput dobInformationInput)
dobInformationInput.- Returns:
- IdCheckInformationInput
-
getDobInformationInput
public DobInformationInput getDobInformationInput()
Get dobInformationInput.- Returns:
- dobInformationInput
-
setDobInformationInput
public void setDobInformationInput(DobInformationInput dobInformationInput)
setDobInformationInput.
-
ssn4InformationInput
public IdCheckInformationInput ssn4InformationInput(Ssn4InformationInput ssn4InformationInput)
ssn4InformationInput.- Returns:
- IdCheckInformationInput
-
getSsn4InformationInput
public Ssn4InformationInput getSsn4InformationInput()
Get ssn4InformationInput.- Returns:
- ssn4InformationInput
-
setSsn4InformationInput
public void setSsn4InformationInput(Ssn4InformationInput ssn4InformationInput)
setSsn4InformationInput.
-
ssn9InformationInput
public IdCheckInformationInput ssn9InformationInput(Ssn9InformationInput ssn9InformationInput)
ssn9InformationInput.- Returns:
- IdCheckInformationInput
-
getSsn9InformationInput
public Ssn9InformationInput getSsn9InformationInput()
Get ssn9InformationInput.- Returns:
- ssn9InformationInput
-
setSsn9InformationInput
public void setSsn9InformationInput(Ssn9InformationInput ssn9InformationInput)
setSsn9InformationInput.
-
equals
public boolean equals(java.lang.Object o)
Compares objects.- Overrides:
equalsin classjava.lang.Object- Returns:
- true or false depending on comparison result.
-
hashCode
public int hashCode()
Returns the HashCode.- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
Converts the given object to string.- Overrides:
toStringin classjava.lang.Object
-
-