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

Properties

Custom Fields of this ProductSelection.

key?: string

User-defined unique identifier for the ProductSelection.

mode?: string

Mode of the Product Selection.

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

type?: string

Type of the Product Selection.

Deprecated

Generated using TypeDoc