@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class Ssn4InformationInput extends Object
| Constructor and Description |
|---|
Ssn4InformationInput() |
| Modifier and Type | Method and Description |
|---|---|
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() |
void |
setDisplayLevelCode(String displayLevelCode) |
void |
setReceiveInResponse(String receiveInResponse) |
void |
setSsn4(String ssn4) |
String |
toString() |
public String getDisplayLevelCode()
Specifies the display level for the recipient. \nValid values are: \n\n* ReadOnly\n* Editable\n* DoNotDisplay
public void setDisplayLevelCode(String displayLevelCode)
public String getReceiveInResponse()
When set to true, the information needs to be returned in the response.
public void setReceiveInResponse(String receiveInResponse)
public String getSsn4()
The last four digits of the recipient’s Social Security Number (SSN).
public void setSsn4(String ssn4)
Copyright © 2017. All Rights Reserved.