@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2016-04-27T11:06:30.816-07:00") public class Ssn4InformationInput extends Object
| Constructor and Description |
|---|
Ssn4InformationInput() |
| Modifier and Type | Method and Description |
|---|---|
Ssn4InformationInput |
displayLevelCode(String displayLevelCode)
Specifies the display level for the recipient.
|
boolean |
equals(Object o) |
String |
getDisplayLevelCode() |
String |
getReceiveInResponse() |
String |
getSsn4() |
int |
hashCode() |
Ssn4InformationInput |
receiveInResponse(String receiveInResponse)
When set to **true**, the information needs to be returned in the response.
|
void |
setDisplayLevelCode(String displayLevelCode) |
void |
setReceiveInResponse(String receiveInResponse) |
void |
setSsn4(String ssn4) |
Ssn4InformationInput |
ssn4(String ssn4)
The last four digits of the recipient's Social Security Number (SSN).
|
String |
toString() |
public Ssn4InformationInput ssn4(String ssn4)
public String getSsn4()
public void setSsn4(String ssn4)
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)
Copyright © 2016. All rights reserved.