Skip to main content

Class: ProductCollection

Hierarchy

  • SoftDeletableEntityCopy to Clipboard

    ProductCollectionCopy to Clipboard

Constructors

constructor

new ProductCollection()

Inherited from

SoftDeletableEntity.constructor

Properties

created_at

created_at: DateCopy to Clipboard

Inherited from

SoftDeletableEntity.created_at

Defined in

interfaces/models/base-entity.ts:16


deleted_at

deleted_at: nullCopy to Clipboard | DateCopy to Clipboard

Inherited from

SoftDeletableEntity.deleted_at

Defined in

interfaces/models/soft-deletable-entity.ts:7


handle

handle: stringCopy to Clipboard

Defined in

models/product-collection.ts:16


id

id: stringCopy to Clipboard

Inherited from

SoftDeletableEntity.id

Defined in

interfaces/models/base-entity.ts:13


metadata

metadata: RecordCopy to Clipboard<stringCopy to Clipboard, unknownCopy to Clipboard>

Defined in

models/product-collection.ts:22


products

products: ProductCopy to Clipboard[]

Defined in

models/product-collection.ts:19


title

title: stringCopy to Clipboard

Defined in

models/product-collection.ts:12


updated_at

updated_at: DateCopy to Clipboard

Inherited from

SoftDeletableEntity.updated_at

Defined in

interfaces/models/base-entity.ts:19

Methods

createHandleIfNotProvided

PrivateCopy to Clipboard createHandleIfNotProvided(): voidCopy to Clipboard

Returns

voidCopy to Clipboard

Defined in

models/product-collection.ts:24

Was this page helpful?