Class OrderListItem
Class OrderListItem
Package: Order\Entities
Category: System
Located at CoreServices/Order/Entities/OrderListItem.inc.php
Category: System
Located at CoreServices/Order/Entities/OrderListItem.inc.php
Methods summary
public
|
#
__construct(
OrderListItem Constructor |
public
integer
|
|
public
integer
|
|
public
string
|
|
public
float
|
|
public
|
|
public
|
|
public
DateTime
|
|
public
integer
|
|
public
string
|
Properties summary
protected
integer
|
$orderId
Order ID. |
|
protected
integer
|
$customerId
Customer ID. |
|
protected
string
|
$customerName
Customer name. |
|
protected
float
|
$totalSum
Total summary. |
|
protected
string
|
$paymentType
Payment type. |
|
protected
string
|
$shippingType
Shipping type. |
|
protected
DateTime
|
$purchaseDateTime
Purchase date time. |
|
protected
integer
|
$orderStatusId
Order status ID. |
|
protected
string
|
$orderStatusName
Order status name. |