Setting the companyName field on the Customer produces the CustomerCompanyNameSet Message.

interface MyCustomerSetCompanyNameAction {
    action: "setCompanyName";
    companyName?: string;
}

Properties

Properties

action: "setCompanyName"
companyName?: string

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

Generated using TypeDoc