interface CustomerGroupDraft {
    custom?: CustomFieldsDraft;
    groupName: string;
    key?: string;
}

Properties

Custom Fields for the CustomerGroup.

groupName: string

Unique value which must be different from any value used for name in CustomerGroup in the Project. If not, a DuplicateField error is returned.

key?: string

User-defined unique identifier for the CustomerGroup.

Generated using TypeDoc