@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class IdCheckInformationInput extends Object
A complex element that contains input information related to a recipient ID check. It can include the following information.\n\naddressInformationInput: Used to set recipient address information and consists of:\n\n* 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.\n* displayLevelCode: Specifies the display level for the recipient. Values are: ReadOnly, Editable, or DoNotDisplay.\n* receiveInResponse: A Boolean element that specifies if the information needs to be returned in the response.\n\ndobInformationInput: Used to set recipient date of birth information and consists of:\n\n* dateOfBirth: Specifies the recipient’s date, month and year of birth.\n* displayLevelCode: Specifies the display level for the recipient. Values are: ReadOnly, Editable, or DoNotDisplay.\n* receiveInResponse: A Boolean element that specifies if the information needs to be returned in the response.\n\nssn4InformationInput: Used to set the last four digits of the recipient’s SSN information and consists of:\n\n* ssn4: Specifies the last four digits of the recipient’s SSN.\n* displayLevelCode: Specifies the display level for the recipient. Values are: ReadOnly, Editable, or DoNotDisplay.\n* receiveInResponse: A Boolean element that specifies if the information needs to be returned in the response.\n\nssn9InformationInput: 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: \n* ssn9: Specifies the recipient’s SSN.\n* displayLevelCode: Specifies the display level for the recipient. Values are: ReadOnly, Editable, or DoNotDisplay.
| Constructor and Description |
|---|
IdCheckInformationInput() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
AddressInformationInput |
getAddressInformationInput() |
DobInformationInput |
getDobInformationInput() |
Ssn4InformationInput |
getSsn4InformationInput() |
Ssn9InformationInput |
getSsn9InformationInput() |
int |
hashCode() |
void |
setAddressInformationInput(AddressInformationInput addressInformationInput) |
void |
setDobInformationInput(DobInformationInput dobInformationInput) |
void |
setSsn4InformationInput(Ssn4InformationInput ssn4InformationInput) |
void |
setSsn9InformationInput(Ssn9InformationInput ssn9InformationInput) |
String |
toString() |
public AddressInformationInput getAddressInformationInput()
public void setAddressInformationInput(AddressInformationInput addressInformationInput)
public DobInformationInput getDobInformationInput()
public void setDobInformationInput(DobInformationInput dobInformationInput)
public Ssn4InformationInput getSsn4InformationInput()
public void setSsn4InformationInput(Ssn4InformationInput ssn4InformationInput)
public Ssn9InformationInput getSsn9InformationInput()
public void setSsn9InformationInput(Ssn9InformationInput ssn9InformationInput)
Copyright © 2017. All Rights Reserved.