Class: DiscountRule
Hierarchy
SoftDeletableEntity
↳
DiscountRule
Constructors
constructor
• new DiscountRule()
Inherited from
SoftDeletableEntity.constructor
Properties
allocation
• allocation: AllocationType
Defined in
conditions
• conditions: DiscountCondition
[]
Defined in
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
description
• description: string
Defined in
id
• id: string
Inherited from
SoftDeletableEntity.id
Defined in
interfaces/models/base-entity.ts:13
metadata
• metadata: Record
<string
, unknown
>
Defined in
type
• type: DiscountRuleType
Defined in
updated_at
• updated_at: Date
Inherited from
SoftDeletableEntity.updated_at
Defined in
interfaces/models/base-entity.ts:19
value
• value: number
Defined in
Methods
beforeInsert
▸ Private
beforeInsert(): void
Returns
void
Defined in
Was this page helpful?