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
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
ends_at
• ends_at: null
| Date
Defined in
id
• id: string
Inherited from
SoftDeletableEntity.id
Defined in
interfaces/models/base-entity.ts:13
includes_tax
• includes_tax: boolean
Defined in
name
• name: string
Defined in
prices
• prices: MoneyAmount
[]
Defined in
starts_at
• starts_at: null
| Date
Defined in
status
• status: PriceListStatus
Defined in
type
• type: PriceListType
Defined in
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
Was this page helpful?