Interface CustomerDateOfBirthSetMessagePayload

Generated after a successful Set Date of Birth update action.

interface CustomerDateOfBirthSetMessagePayload {
    dateOfBirth?: string;
    type: "CustomerDateOfBirthSet";
}

Properties

Properties

dateOfBirth?: string

The dateOfBirth that was set during the Set Date of Birth update action.

type: "CustomerDateOfBirthSet"

Generated using TypeDoc