@gradientedge/commercetools-utils
    Preparing search index...

    Interface CustomerDateOfBirthSetMessagePayload

    Generated after a successful Set Date of Birth update action.

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    dateOfBirth?: string

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

    type: "CustomerDateOfBirthSet"