interface CustomerSetExternalIdAction {
    action: "setExternalId";
    externalId?: string;
}

Properties

Properties

action: "setExternalId"
externalId?: string

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

Generated using TypeDoc