Setting the title of the Customer produces the CustomerTitleSetMessage.

interface MyCustomerSetTitleAction {
    action: "setTitle";
    title?: string;
}

Properties

Properties

action: "setTitle"
title?: string

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

Generated using TypeDoc