setCustomerDateOfBirthAction
Signature
setCustomerDateOfBirthAction: (
dateOfBirth: string
) => {
setDateOfBirth: {
dateOfBirth: string;
};
}Parameters
| Name | Required | Type | Description |
|---|---|---|---|
dateOfBirth | Required | string |
setCustomerDateOfBirthAction: (
dateOfBirth: string
) => {
setDateOfBirth: {
dateOfBirth: string;
};
}| Name | Required | Type | Description |
|---|---|---|---|
dateOfBirth | Required | string |