Class: ProductOptionValue
Hierarchy
SoftDeletableEntity
↳
ProductOptionValue
Constructors
constructor
• new ProductOptionValue()
Inherited from
SoftDeletableEntity.constructor
Properties
created_at
• created_at: Date
Inherited from
SoftDeletableEntity.created_at
Defined in
interfaces/models/base-entity.ts:16
deleted_at
• deleted_at: null
| Date
Inherited from
SoftDeletableEntity.deleted_at
Defined in
interfaces/models/soft-deletable-entity.ts:7
id
• id: string
Inherited from
SoftDeletableEntity.id
Defined in
interfaces/models/base-entity.ts:13
metadata
• metadata: Record
<string
, unknown
>
Defined in
models/product-option-value.ts:40
option
• option: ProductOption
Defined in
models/product-option-value.ts:27
option_id
• option_id: string
Defined in
models/product-option-value.ts:23
updated_at
• updated_at: Date
Inherited from
SoftDeletableEntity.updated_at
Defined in
interfaces/models/base-entity.ts:19
value
• value: string
Defined in
models/product-option-value.ts:19
variant
• variant: ProductVariant
Defined in
models/product-option-value.ts:37
variant_id
• variant_id: string
Defined in
models/product-option-value.ts:31
Methods
beforeInsert
▸ Private
beforeInsert(): void
Returns
void