interface ProductSelectionDraft {
    custom?: CustomFieldsDraft;
    key?: string;
    mode?: ProductSelectionMode;
    name: LocalizedString;
}

Properties

Properties

Custom Fields of this ProductSelection.

key?: string

User-defined unique identifier for the ProductSelection.

Mode of the Product Selection.

Name of the ProductSelection. Not checked for uniqueness, but distinct names are recommended.