Package com.docusign.esign.model
Class IdCheckInformationInput
- java.lang.Object
-
- com.docusign.esign.model.IdCheckInformationInput
-
public class IdCheckInformationInput extends Object
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..
-
-
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(Object o)Compares objects.AddressInformationInputgetAddressInformationInput()An object that specifies recipient address information and how it is displayed..DobInformationInputgetDobInformationInput()An object that specifies recipient date of birth information and how it is displayed..Ssn4InformationInputgetSsn4InformationInput()An object that specifies the last four digits of the recipient's Social Security Number (SSN)..Ssn9InformationInputgetSsn9InformationInput()An object that specifies the recipient's Social Security Number (SSN) information.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.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
addressInformationInput
public IdCheckInformationInput addressInformationInput(AddressInformationInput addressInformationInput)
addressInformationInput.- Returns:
- IdCheckInformationInput
-
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.
-
dobInformationInput
public IdCheckInformationInput dobInformationInput(DobInformationInput dobInformationInput)
dobInformationInput.- Returns:
- IdCheckInformationInput
-
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.
-
ssn4InformationInput
public IdCheckInformationInput ssn4InformationInput(Ssn4InformationInput ssn4InformationInput)
ssn4InformationInput.- Returns:
- IdCheckInformationInput
-
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.
-
ssn9InformationInput
public IdCheckInformationInput ssn9InformationInput(Ssn9InformationInput ssn9InformationInput)
ssn9InformationInput.- Returns:
- IdCheckInformationInput
-
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.
-
-