Class: ProductOptionValue
internal.ProductOptionValue
Base abstract entity for all entities
Hierarchy
↳
ProductOptionValue
Properties
beforeInsert
• Private
beforeInsert: any
Defined in
medusa/dist/models/product-option-value.d.ts:11
created_at
• created_at: Date
Inherited from
SoftDeletableEntity.created_at
Defined in
medusa/dist/interfaces/models/base-entity.d.ts:6
deleted_at
• deleted_at: null
| Date
Inherited from
SoftDeletableEntity.deleted_at
Defined in
medusa/dist/interfaces/models/soft-deletable-entity.d.ts:3
id
• id: string
Inherited from
Defined in
medusa/dist/interfaces/models/base-entity.d.ts:5
metadata
• metadata: Record
<string
, unknown
>
Defined in
medusa/dist/models/product-option-value.d.ts:10
option
• option: ProductOption
Defined in
medusa/dist/models/product-option-value.d.ts:7
option_id
• option_id: string
Defined in
medusa/dist/models/product-option-value.d.ts:6
updated_at
• updated_at: Date
Inherited from
SoftDeletableEntity.updated_at
Defined in
medusa/dist/interfaces/models/base-entity.d.ts:7
value
• value: string
Defined in
medusa/dist/models/product-option-value.d.ts:5
variant
• variant: ProductVariant
Defined in
medusa/dist/models/product-option-value.d.ts:9
variant_id
• variant_id: string
Defined in
medusa/dist/models/product-option-value.d.ts:8