This action sets or removes the custom type for an existing CustomerGroup. If present, this action overwrites any existing custom type and fields.

interface CustomerGroupSetCustomTypeAction {
    action: "setCustomType";
    fields?: FieldContainer;
    type?: TypeResourceIdentifier;
}

Properties

Properties

action: "setCustomType"

Sets the Custom Fields fields for the CustomerGroup.

Defines the Type that extends the CustomerGroup with Custom Fields. If absent, any existing Type and Custom Fields are removed from the CustomerGroup.

Generated using TypeDoc