@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()
public void setDisplayLevelCode(String displayLevelCode)
public String getReceiveInResponse()
public void setReceiveInResponse(String receiveInResponse)
public String getSsn4()
public void setSsn4(String ssn4)
Copyright © 2017. All rights reserved.