@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2016-04-27T11:06:30.816-07:00") public class DobInformationInput extends Object
| Constructor and Description |
|---|
DobInformationInput() |
| Modifier and Type | Method and Description |
|---|---|
DobInformationInput |
dateOfBirth(String dateOfBirth)
Specifies the recipient’s date, month, and year of birth.
|
DobInformationInput |
displayLevelCode(String displayLevelCode)
Specifies the display level for the recipient.
|
boolean |
equals(Object o) |
String |
getDateOfBirth() |
String |
getDisplayLevelCode() |
String |
getReceiveInResponse() |
int |
hashCode() |
DobInformationInput |
receiveInResponse(String receiveInResponse)
When set to **true**, the information needs to be returned in the response.
|
void |
setDateOfBirth(String dateOfBirth) |
void |
setDisplayLevelCode(String displayLevelCode) |
void |
setReceiveInResponse(String receiveInResponse) |
String |
toString() |
public DobInformationInput dateOfBirth(String dateOfBirth)
public String getDateOfBirth()
public void setDateOfBirth(String dateOfBirth)
public DobInformationInput displayLevelCode(String displayLevelCode)
public String getDisplayLevelCode()
public void setDisplayLevelCode(String displayLevelCode)
public DobInformationInput receiveInResponse(String receiveInResponse)
public String getReceiveInResponse()
public void setReceiveInResponse(String receiveInResponse)
Copyright © 2016. All rights reserved.