Skip to main content

Class: ProductOption

internal.ProductOption

Base abstract entity for all entities

Hierarchy

Properties

beforeInsert

PrivateCopy to Clipboard beforeInsert: anyCopy to Clipboard

Defined in

medusa/dist/models/product-option.d.ts:10


created_at

created_at: DateCopy to Clipboard

Inherited from

SoftDeletableEntity.created_at

Defined in

medusa/dist/interfaces/models/base-entity.d.ts:6


deleted_at

deleted_at: nullCopy to Clipboard | DateCopy to Clipboard

Inherited from

SoftDeletableEntity.deleted_at

Defined in

medusa/dist/interfaces/models/soft-deletable-entity.d.ts:3


id

id: stringCopy to Clipboard

Inherited from

SoftDeletableEntity.id

Defined in

medusa/dist/interfaces/models/base-entity.d.ts:5


metadata

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

Defined in

medusa/dist/models/product-option.d.ts:9


product

product: ProductCopy to Clipboard

Defined in

medusa/dist/models/product-option.d.ts:8


product_id

product_id: stringCopy to Clipboard

Defined in

medusa/dist/models/product-option.d.ts:7


title

title: stringCopy to Clipboard

Defined in

medusa/dist/models/product-option.d.ts:5


updated_at

updated_at: DateCopy to Clipboard

Inherited from

SoftDeletableEntity.updated_at

Defined in

medusa/dist/interfaces/models/base-entity.d.ts:7


values

values: ProductOptionValueCopy to Clipboard[]

Defined in

medusa/dist/models/product-option.d.ts:6

Was this page helpful?