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

    Interface CustomerSetDateOfBirthAction

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

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "setDateOfBirth"
    dateOfBirth?: string

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