Skip to main content

Class: DiscountCondition

Hierarchy

  • SoftDeletableEntityCopy to Clipboard

    DiscountConditionCopy to Clipboard

Constructors

constructor

new DiscountCondition()

Inherited from

SoftDeletableEntity.constructor

Properties

created_at

created_at: DateCopy to Clipboard

Inherited from

SoftDeletableEntity.created_at

Defined in

interfaces/models/base-entity.ts:16


customer_groups

customer_groups: CustomerGroupCopy to Clipboard[]

Defined in

models/discount-condition.ts:127


deleted_at

deleted_at: nullCopy to Clipboard | DateCopy to Clipboard

Inherited from

SoftDeletableEntity.deleted_at

Defined in

interfaces/models/soft-deletable-entity.ts:7


discount_rule

discount_rule: DiscountRuleCopy to Clipboard

Defined in

models/discount-condition.ts:57


discount_rule_id

discount_rule_id: stringCopy to Clipboard

Defined in

models/discount-condition.ts:53


id

id: stringCopy to Clipboard

Inherited from

SoftDeletableEntity.id

Defined in

interfaces/models/base-entity.ts:13


metadata

metadata: RecordCopy to Clipboard<stringCopy to Clipboard, unknownCopy to Clipboard>

Defined in

models/discount-condition.ts:130


operator

operator: DiscountConditionOperatorCopy to Clipboard

Defined in

models/discount-condition.ts:49


product_collections

product_collections: ProductCollectionCopy to Clipboard[]

Defined in

models/discount-condition.ts:113


product_tags

product_tags: ProductTagCopy to Clipboard[]

Defined in

models/discount-condition.ts:99


product_types

product_types: ProductTypeCopy to Clipboard[]

Defined in

models/discount-condition.ts:85


products

products: ProductCopy to Clipboard[]

Defined in

models/discount-condition.ts:71


type

type: DiscountConditionTypeCopy to Clipboard

Defined in

models/discount-condition.ts:43


updated_at

updated_at: DateCopy to Clipboard

Inherited from

SoftDeletableEntity.updated_at

Defined in

interfaces/models/base-entity.ts:19

Methods

beforeInsert

PrivateCopy to Clipboard beforeInsert(): voidCopy to Clipboard

Returns

voidCopy to Clipboard

Defined in

models/discount-condition.ts:132

Was this page helpful?