dateOfBirth
This is the recipient's date of birth.
daynumberrequired
This is the day of birth.
Possible values: <= 31
Example:
6
monthnumberrequired
This is the month of birth.
Possible values: <= 12
Example:
5
yearnumberrequired
This is the year of birth.
Possible values: >= 1900
Example:
1998
dateOfBirth
{
"day": 6,
"month": 5,
"year": 1998
}