Class: ProductOption
internal.ProductOption
Base abstract entity for all entities
Hierarchy
SoftDeletableEntity
Copy to Clipboard↳
ProductOption
Copy to Clipboard
Properties
beforeInsert
• Private
Copy to Clipboard beforeInsert: any
Copy to Clipboard
Defined in
medusa/dist/models/product-option.d.ts:10
created_at
• created_at: Date
Copy to Clipboard
Inherited from
SoftDeletableEntity.created_at
Defined in
medusa/dist/interfaces/models/base-entity.d.ts:6
deleted_at
• deleted_at: null
Copy to Clipboard | Date
Copy to Clipboard
Inherited from
SoftDeletableEntity.deleted_at
Defined in
medusa/dist/interfaces/models/soft-deletable-entity.d.ts:3
id
• id: string
Copy to Clipboard
Inherited from
Defined in
medusa/dist/interfaces/models/base-entity.d.ts:5
metadata
• metadata: Record
Copy to Clipboard<string
Copy to Clipboard, unknown
Copy to Clipboard>
Defined in
medusa/dist/models/product-option.d.ts:9
product
• product: Product
Copy to Clipboard
Defined in
medusa/dist/models/product-option.d.ts:8
product_id
• product_id: string
Copy to Clipboard
Defined in
medusa/dist/models/product-option.d.ts:7
title
• title: string
Copy to Clipboard
Defined in
medusa/dist/models/product-option.d.ts:5
updated_at
• updated_at: Date
Copy to Clipboard
Inherited from
SoftDeletableEntity.updated_at
Defined in
medusa/dist/interfaces/models/base-entity.d.ts:7
values
• values: ProductOptionValue
Copy to Clipboard[]
Defined in
medusa/dist/models/product-option.d.ts:6