Skip to main content

Class: DiscountRule

Hierarchy

  • SoftDeletableEntity

    DiscountRule

Constructors

constructor

new DiscountRule()

Inherited from

SoftDeletableEntity.constructor

Properties

allocation

allocation: AllocationType

Defined in

models/discount-rule.ts:38


conditions

conditions: DiscountCondition[]

Defined in

models/discount-rule.ts:41


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

models/discount-rule.ts:22


id

id: string

Inherited from

SoftDeletableEntity.id

Defined in

interfaces/models/base-entity.ts:13


metadata

metadata: Record<string, unknown>

Defined in

models/discount-rule.ts:44


type

type: DiscountRuleType

Defined in

models/discount-rule.ts:28


updated_at

updated_at: Date

Inherited from

SoftDeletableEntity.updated_at

Defined in

interfaces/models/base-entity.ts:19


value

value: number

Defined in

models/discount-rule.ts:31

Methods

beforeInsert

Private beforeInsert(): void

Returns

void

Defined in

models/discount-rule.ts:46