Files
medusa-store/docs/content/references/entities/classes/PriceList.md
Shahed Nasser a8293af8e1 fix: overlapping branch names for generated PRs of references (#2097)
* fix overlapping branch names of generated references

* regenerate references
2022-08-25 17:47:58 +03:00

3.1 KiB

displayed_sidebar
displayed_sidebar
entitiesSidebar

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:54


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:23


ends_at

ends_at: null | Date

Defined in

models/price-list.ts:38


id

id: string

Inherited from

SoftDeletableEntity.id

Defined in

interfaces/models/base-entity.ts:13


name

name: string

Defined in

models/price-list.ts:20


prices

prices: MoneyAmount[]

Defined in

models/price-list.ts:59


starts_at

starts_at: null | Date

Defined in

models/price-list.ts:35


status

status: PriceListStatus

Defined in

models/price-list.ts:29


type

type: PriceListType

Defined in

models/price-list.ts:26


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:61