public class DobInformationInput extends Object
Constructor and Description |
---|
DobInformationInput() |
Modifier and Type | Method and Description |
---|---|
DobInformationInput |
dateOfBirth(String dateOfBirth) |
DobInformationInput |
displayLevelCode(String displayLevelCode) |
boolean |
equals(Object o) |
String |
getDateOfBirth()
Specifies the recipient's date, month, and year of birth.
|
String |
getDisplayLevelCode()
Specifies the display level for the recipient.
|
String |
getReceiveInResponse()
When set to **true**, the information needs to be returned in the response.
|
int |
hashCode() |
DobInformationInput |
receiveInResponse(String receiveInResponse) |
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 © 2018. All rights reserved.