Class OrderListItem
category |
System |
---|---|
package |
Order |
subpackage |
Entities |
getComment() : string
string
getCustomerCompany() : string
string
getCustomerEmail() : string
string
getCustomerId() : integer
integer
getCustomerName() : string
string
getCustomerStatusId() : integer
integer
getCustomerStatusName() : mixed
mixed
getMailStatus() : boolean
boolean
getOrderId() : integer
integer
getOrderStatusId() : integer
integer
getOrderStatusName() : string
string
getPurchaseDateTime() : \DateTime
\DateTime
getTotalSum() : string
string
getTotalWeight() : float
float
setBillingAddress(\OrderAddressBlock $billingAddress) : $this|\OrderListItem
\OrderAddressBlock
$this|\OrderListItem
Same instance for chained method calls.
setComment(\StringType $comment) : $this|\OrderListItem
setCustomerCompany(\StringType $customerCompany) : $this|\OrderListItem
\StringType
$this|\OrderListItem
Same instance for chained method calls.
setCustomerEmail(\StringType $customerEmail) : $this|\OrderListItem
\StringType
$this|\OrderListItem
Same instance for chained method calls.
setCustomerId(\IdType $customerId) : $this|\OrderListItem
setCustomerMemos(\CustomerMemoCollection $customerMemos) : $this|\OrderListItem
\CustomerMemoCollection
$this|\OrderListItem
Same instance for chained method calls.
setCustomerName(\StringType $customerName) : $this|\OrderListItem
\StringType
$this|\OrderListItem
Same instance for chained method calls.
setCustomerStatusId(\IdType $customerStatusId) : $this|\OrderListItem
\IdType
$this|\OrderListItem
Same instance for chained method calls.
setCustomerStatusName(\StringType $customerStatusName) : $this|\OrderListItem
\StringType
$this|\OrderListItem
Same instance for chained method calls.
setDeliveryAddress(\OrderAddressBlock $deliveryAddress) : $this|\OrderListItem
\OrderAddressBlock
$this|\OrderListItem
Same instance for chained method calls.
setInvoiceNumbers(\StringCollection $invoiceNumbers) : $this|\OrderListItem
\StringCollection
$this|\OrderListItem
Same instance for chained method calls.
setMailStatus(\BoolType $mailStatus) : $this|\OrderListItem
\BoolType
$this|\OrderListItem
Same instance for chained method calls.
setOrderId(\IdType $orderId) : $this|\OrderListItem
setOrderStatusId(\IntType $orderStatusId) : $this|\OrderListItem
\IntType
$this|\OrderListItem
Same instance for chained method calls.
setOrderStatusName(\StringType $orderStatusName) : $this|\OrderListItem
\StringType
$this|\OrderListItem
Same instance for chained method calls.
setPaymentType(\OrderPaymentTypeInterface $paymentType) : $this|\OrderListItem
\OrderPaymentTypeInterface
$this|\OrderListItem
Same instance for chained method calls.
setPurchaseDateTime(\DateTime $purchaseDateTime) : $this|\OrderListItem
\DateTime
$this|\OrderListItem
Same instance for chained method calls.
setShippingType(\OrderShippingTypeInterface $shippingType) : $this|\OrderListItem
\OrderShippingTypeInterface
$this|\OrderListItem
Same instance for chained method calls.
setTotalSum(\StringType $totalSum) : $this|\OrderListItem
\StringType
$this|\OrderListItem
Same instance for chained method calls.
setTotalWeight(\DecimalType $totalWeight) : $this|\OrderListItem
\DecimalType
$this|\OrderListItem
Same instance for chained method calls.
setTrackingLinks(\StringCollection $trackingLinks) : $this|\OrderListItem
\StringCollection
$this|\OrderListItem
Same instance for chained method calls.
setWithdrawalIds(\IdCollection $withdrawalIds) : $this|\OrderListItem
\IdCollection
$this|\OrderListItem
Same instance for chained method calls.
orderId : integer
var |
---|
integer
purchaseDateTime : \DateTime
var |
---|
\DateTime
orderStatusId : integer
var |
---|
integer
orderStatusName : string
var |
---|
string
customerId : integer
var |
---|
integer
customerName : string
var |
---|
string
customerCompany : string
var |
---|
string
customerEmail : string
var |
---|
string
customerStatusId : integer
var |
---|
integer
customerStatusName : string
var |
---|
string
totalWeight : float
var |
---|
float
totalSum : string
var |
---|
string
mailStatus : boolean
var |
---|
boolean
comment
Type(s)
string