Package de.brifle.sdk.api.requests
Class ReceiverRequest.ReceiverBirthInformation
java.lang.Object
de.brifle.sdk.api.requests.ReceiverRequest.ReceiverBirthInformation
- Enclosing class:
- ReceiverRequest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongets the birthNamegets the dateOfBirthgets the givenNamesgets the lastNamegets the nationalitygets the placeOfBirth
-
Constructor Details
-
ReceiverBirthInformation
public ReceiverBirthInformation()
-
-
Method Details
-
getDateOfBirth
gets the dateOfBirth- Returns:
- the dateOfBirth
-
getPlaceOfBirth
gets the placeOfBirth- Returns:
- the placeOfBirth
-
getNationality
gets the nationality- Returns:
- the nationality
-
getGivenNames
gets the givenNames- Returns:
- the givenNames
-
getLastName
gets the lastName- Returns:
- the lastName
-
getBirthName
gets the birthName- Returns:
- the birthName
-