Skip to main content

Class: PriceList

Hierarchy

  • SoftDeletableEntity

    PriceList

Constructors

constructor

new PriceList()

Inherited from

SoftDeletableEntity.constructor

Properties

created_at

created_at: Date

Inherited from

SoftDeletableEntity.created_at

Defined in

interfaces/models/base-entity.ts:16


customer_groups

customer_groups: CustomerGroup[]

Defined in

models/price-list.ts:56


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/price-list.ts:25


ends_at

ends_at: null | Date

Defined in

models/price-list.ts:40


id

id: string

Inherited from

SoftDeletableEntity.id

Defined in

interfaces/models/base-entity.ts:13


includes_tax

includes_tax: boolean

Defined in

models/price-list.ts:64


name

name: string

Defined in

models/price-list.ts:22


prices

prices: MoneyAmount[]

Defined in

models/price-list.ts:61


starts_at

starts_at: null | Date

Defined in

models/price-list.ts:37


status

status: PriceListStatus

Defined in

models/price-list.ts:31


type

type: PriceListType

Defined in

models/price-list.ts:28


updated_at

updated_at: Date

Inherited from

SoftDeletableEntity.updated_at

Defined in

interfaces/models/base-entity.ts:19

Methods

beforeInsert

Private beforeInsert(): undefined | void

Returns

undefined | void

Defined in

models/price-list.ts:66