Setting the date of birth of the Customer produces the CustomerDateOfBirthSet Message.

interface MyCustomerSetDateOfBirthAction {
    action: "setDateOfBirth";
    dateOfBirth?: string;
}

Properties

Properties

action: "setDateOfBirth"
dateOfBirth?: string

Value to set. If empty, any existing value is removed.

Generated using TypeDoc