Skip to main content

Class: Order

backend.Order

Hierarchy#

  • BaseEntity

    ↳ Order

Implements#

  • TOrder

Table of contents#

Constructors#

Properties#

Constructors#

constructor#

• new Order()

Inherited from#

BaseEntity.constructor

Properties#

cart#

• Optional cart: null | string

Implementation of#

TOrder.cart

Defined in#

system/core/backend/src/models/entities/order.entity.ts:37


cartOldTotalPrice#

• Optional cartOldTotalPrice: null | number

Implementation of#

TOrder.cartOldTotalPrice

Defined in#

system/core/backend/src/models/entities/order.entity.ts:49


cartTotalPrice#

• Optional cartTotalPrice: null | number

Implementation of#

TOrder.cartTotalPrice

Defined in#

system/core/backend/src/models/entities/order.entity.ts:45


coupons#

• Optional coupons: null | Coupon[]

Implementation of#

TOrder.coupons

Defined in#

system/core/backend/src/models/entities/order.entity.ts:111


createDate#

• Optional createDate: null | Date

Implementation of#

TOrder.createDate

Defined in#

system/core/backend/src/models/entities/order.entity.ts:102


currency#

• Optional currency: null | string

Implementation of#

TOrder.currency

Defined in#

system/core/backend/src/models/entities/order.entity.ts:97


customerAddress#

• Optional customerAddress: null | string

Implementation of#

TOrder.customerAddress

Defined in#

system/core/backend/src/models/entities/order.entity.ts:81


customerComment#

• Optional customerComment: null | string

Implementation of#

TOrder.customerComment

Defined in#

system/core/backend/src/models/entities/order.entity.ts:93


customerEmail#

• Optional customerEmail: null | string

Implementation of#

TOrder.customerEmail

Defined in#

system/core/backend/src/models/entities/order.entity.ts:77


customerName#

• Optional customerName: null | string

Implementation of#

TOrder.customerName

Defined in#

system/core/backend/src/models/entities/order.entity.ts:67


customerPhone#

• Optional customerPhone: null | string

Implementation of#

TOrder.customerPhone

Defined in#

system/core/backend/src/models/entities/order.entity.ts:72


id#

• id: number

Implementation of#

TOrder.id

Defined in#

system/core/backend/src/models/entities/order.entity.ts:28


metaRecords#

• Optional metaRecords: null | OrderMeta[]

Defined in#

system/core/backend/src/models/entities/order.entity.ts:116


orderTotalPrice#

• Optional orderTotalPrice: null | number

Implementation of#

TOrder.orderTotalPrice

Defined in#

system/core/backend/src/models/entities/order.entity.ts:41


paymentMethod#

• Optional paymentMethod: null | string

Implementation of#

TOrder.paymentMethod

Defined in#

system/core/backend/src/models/entities/order.entity.ts:89


shippingMethod#

• Optional shippingMethod: null | string

Implementation of#

TOrder.shippingMethod

Defined in#

system/core/backend/src/models/entities/order.entity.ts:85


shippingPrice#

• Optional shippingPrice: null | number

Implementation of#

TOrder.shippingPrice

Defined in#

system/core/backend/src/models/entities/order.entity.ts:53


status#

• Optional status: null | TOrderStatus

Implementation of#

TOrder.status

Defined in#

system/core/backend/src/models/entities/order.entity.ts:33


totalQnt#

• Optional totalQnt: null | number

Implementation of#

TOrder.totalQnt

Defined in#

system/core/backend/src/models/entities/order.entity.ts:57


updateDate#

• Optional updateDate: null | Date

Implementation of#

TOrder.updateDate

Defined in#

system/core/backend/src/models/entities/order.entity.ts:107


userId#

• Optional userId: null | number

Implementation of#

TOrder.userId

Defined in#

system/core/backend/src/models/entities/order.entity.ts:62