Skip to main content

Interface: FavoriteListsCreateInput

Defined in: type/FavoriteListsCreateInput.ts:5

Input object for FavoriteListsCreateInput

Properties

clusterIds?

optional clusterIds?: number[]

Defined in: type/FavoriteListsCreateInput.ts:11

Favorite List cluster IDs list


clusterSources?

optional clusterSources?: SourceInput[]

Defined in: type/FavoriteListsCreateInput.ts:13

List of cluster sources


companyId?

optional companyId?: number

Defined in: type/FavoriteListsCreateInput.ts:19

Favorite List company ID


companySource?

optional companySource?: SourceInput

Defined in: type/FavoriteListsCreateInput.ts:21

A company source


contactId?

optional contactId?: number

Defined in: type/FavoriteListsCreateInput.ts:23

Favorite List contact ID


contactSource?

optional contactSource?: SourceInput

Defined in: type/FavoriteListsCreateInput.ts:25

A contact source


customerId?

optional customerId?: number

Defined in: type/FavoriteListsCreateInput.ts:27

Favorite List customer ID


customerSource?

optional customerSource?: SourceInput

Defined in: type/FavoriteListsCreateInput.ts:29

A customer source


isDefault?

optional isDefault?: boolean

Defined in: type/FavoriteListsCreateInput.ts:15

Favorite List is default


name

name: string

Defined in: type/FavoriteListsCreateInput.ts:17

Favorite List name


productIds?

optional productIds?: number[]

Defined in: type/FavoriteListsCreateInput.ts:7

Favorite List product IDs list


productSources?

optional productSources?: SourceInput[]

Defined in: type/FavoriteListsCreateInput.ts:9

List of product sources