Class: OrderInput
backend.OrderInput
Hierarchy#
↳
OrderInput
Implements#
TOrderInput
Table of contents#
Constructors#
Properties#
- cart
- cartOldTotalPrice
- cartTotalPrice
- couponCodes
- currency
- customMeta
- customerAddress
- customerComment
- customerEmail
- customerName
- customerPhone
- isEnabled
- meta
- orderTotalPrice
- pageDescription
- pageTitle
- paymentMethod
- shippingMethod
- shippingPrice
- slug
- status
- totalQnt
- userId
Constructors#
constructor#
• new OrderInput()
Inherited from#
Properties#
cart#
• Optional cart: string
Implementation of#
TOrderInput.cart
Defined in#
system/core/backend/src/models/inputs/order.input.ts:16
cartOldTotalPrice#
• Optional cartOldTotalPrice: number
Implementation of#
TOrderInput.cartOldTotalPrice
Defined in#
system/core/backend/src/models/inputs/order.input.ts:25
cartTotalPrice#
• Optional cartTotalPrice: number
Implementation of#
TOrderInput.cartTotalPrice
Defined in#
system/core/backend/src/models/inputs/order.input.ts:22
couponCodes#
• Optional couponCodes: null | string[]
Implementation of#
TOrderInput.couponCodes
Defined in#
system/core/backend/src/models/inputs/order.input.ts:58
currency#
• Optional currency: string
Implementation of#
TOrderInput.currency
Defined in#
system/core/backend/src/models/inputs/order.input.ts:55
customMeta#
• Optional customMeta: null | Record<string, null | string>
Implementation of#
TOrderInput.customMeta
Inherited from#
Defined in#
system/core/backend/src/models/inputs/base-page.input.ts:32
customerAddress#
• Optional customerAddress: string
Implementation of#
TOrderInput.customerAddress
Defined in#
system/core/backend/src/models/inputs/order.input.ts:43
customerComment#
• Optional customerComment: string
Implementation of#
TOrderInput.customerComment
Defined in#
system/core/backend/src/models/inputs/order.input.ts:52
customerEmail#
• Optional customerEmail: string
Implementation of#
TOrderInput.customerEmail
Defined in#
system/core/backend/src/models/inputs/order.input.ts:40
customerName#
• Optional customerName: string
Implementation of#
TOrderInput.customerName
Defined in#
system/core/backend/src/models/inputs/order.input.ts:34
customerPhone#
• Optional customerPhone: string
Implementation of#
TOrderInput.customerPhone
Defined in#
system/core/backend/src/models/inputs/order.input.ts:37
isEnabled#
• Optional isEnabled: null | boolean
Inherited from#
Defined in#
system/core/backend/src/models/inputs/base-page.input.ts:26
meta#
• Optional meta: null | TBasePageMeta
Inherited from#
Defined in#
system/core/backend/src/models/inputs/base-page.input.ts:29
orderTotalPrice#
• Optional orderTotalPrice: number
Implementation of#
TOrderInput.orderTotalPrice
Defined in#
system/core/backend/src/models/inputs/order.input.ts:19
pageDescription#
• Optional pageDescription: null | string
Inherited from#
Defined in#
system/core/backend/src/models/inputs/base-page.input.ts:23
pageTitle#
• Optional pageTitle: null | string
Inherited from#
Defined in#
system/core/backend/src/models/inputs/base-page.input.ts:20
paymentMethod#
• Optional paymentMethod: string
Implementation of#
TOrderInput.paymentMethod
Defined in#
system/core/backend/src/models/inputs/order.input.ts:49
shippingMethod#
• Optional shippingMethod: string
Implementation of#
TOrderInput.shippingMethod
Defined in#
system/core/backend/src/models/inputs/order.input.ts:46
shippingPrice#
• Optional shippingPrice: number
Implementation of#
TOrderInput.shippingPrice
Defined in#
system/core/backend/src/models/inputs/order.input.ts:28
slug#
• Optional slug: null | string
Inherited from#
Defined in#
system/core/backend/src/models/inputs/base-page.input.ts:17
status#
• Optional status: TOrderStatus
Implementation of#
TOrderInput.status
Defined in#
system/core/backend/src/models/inputs/order.input.ts:10
totalQnt#
• totalQnt: number
Implementation of#
TOrderInput.totalQnt
Defined in#
system/core/backend/src/models/inputs/order.input.ts:31
userId#
• Optional userId: number
Implementation of#
TOrderInput.userId