Interface CustomerCompanyNameSetMessagePayload

Generated after a successful Set Company Name update action.

interface CustomerCompanyNameSetMessagePayload {
    companyName?: string;
    type: "CustomerCompanyNameSet";
}

Properties

Properties

companyName?: string

The companyName that was set during the Set Company Name update action.

type: "CustomerCompanyNameSet"

Generated using TypeDoc