public class Ssn4InformationInput extends Object
Constructor and Description |
---|
Ssn4InformationInput() |
Modifier and Type | Method and Description |
---|---|
Ssn4InformationInput |
displayLevelCode(String displayLevelCode) |
boolean |
equals(Object o) |
String |
getDisplayLevelCode()
Specifies the display level for the recipient.
|
String |
getReceiveInResponse()
When set to **true**, the information needs to be returned in the response.
|
String |
getSsn4()
The last four digits of the recipient's Social Security Number (SSN).
|
int |
hashCode() |
Ssn4InformationInput |
receiveInResponse(String receiveInResponse) |
void |
setDisplayLevelCode(String displayLevelCode) |
void |
setReceiveInResponse(String receiveInResponse) |
void |
setSsn4(String ssn4) |
Ssn4InformationInput |
ssn4(String ssn4) |
String |
toString() |
public Ssn4InformationInput displayLevelCode(String displayLevelCode)
public String getDisplayLevelCode()
public void setDisplayLevelCode(String displayLevelCode)
public Ssn4InformationInput receiveInResponse(String receiveInResponse)
public String getReceiveInResponse()
public void setReceiveInResponse(String receiveInResponse)
public Ssn4InformationInput ssn4(String ssn4)
public String getSsn4()
public void setSsn4(String ssn4)
Copyright © 2018. All rights reserved.