phpDocumentor

OrderListItem
in package

Class OrderListItem

Tags
category

System

subpackage

Entities

Table of Contents

$billingAddress  : OrderAddressBlock
$comment  : string
$customerCompany  : string
$customerEmail  : string
$customerId  : int
$customerMemos  : CustomerMemoCollection
$customerName  : string
$customerStatusId  : int
$customerStatusName  : string
$deliveryAddress  : OrderAddressBlock
$invoiceNumbers  : StringCollection
$mailStatus  : bool
$orderId  : int
$orderStatusId  : int
$orderStatusName  : string
$paymentType  : OrderPaymentTypeInterface
$purchaseDateTime  : DateTime
$shippingType  : OrderShippingTypeInterface
$totalSum  : string
$totalWeight  : float
$trackingLinks  : StringCollection
$withdrawalIds  : IdCollection
getBillingAddress()  : OrderAddressBlock
getComment()  : string
getCustomerCompany()  : string
getCustomerEmail()  : string
getCustomerId()  : int
getCustomerMemos()  : CustomerMemoCollection
getCustomerName()  : string
getCustomerStatusId()  : int
getCustomerStatusName()  : mixed
getDeliveryAddress()  : OrderAddressBlock
getInvoiceNumbers()  : StringCollection
getMailStatus()  : bool
getOrderId()  : int
getOrderStatusId()  : int
getOrderStatusName()  : string
getPaymentType()  : OrderPaymentType
getPurchaseDateTime()  : DateTime
getShippingType()  : OrderShippingType
getTotalSum()  : string
getTotalWeight()  : float
getTrackingLinks()  : StringCollection
getWithdrawalIds()  : IdCollection
setBillingAddress()  : $this|OrderListItem
setComment()  : $this|OrderListItem
setCustomerCompany()  : $this|OrderListItem
setCustomerEmail()  : $this|OrderListItem
setCustomerId()  : $this|OrderListItem
setCustomerMemos()  : $this|OrderListItem
setCustomerName()  : $this|OrderListItem
setCustomerStatusId()  : $this|OrderListItem
setCustomerStatusName()  : $this|OrderListItem
setDeliveryAddress()  : $this|OrderListItem
setInvoiceNumbers()  : $this|OrderListItem
setMailStatus()  : $this|OrderListItem
setOrderId()  : $this|OrderListItem
setOrderStatusId()  : $this|OrderListItem
setOrderStatusName()  : $this|OrderListItem
setPaymentType()  : $this|OrderListItem
setPurchaseDateTime()  : $this|OrderListItem
setShippingType()  : $this|OrderListItem
setTotalSum()  : $this|OrderListItem
setTotalWeight()  : $this|OrderListItem
setTrackingLinks()  : $this|OrderListItem
setWithdrawalIds()  : $this|OrderListItem

Properties

Methods

getCustomerCompany()

public getCustomerCompany() : string
Return values
string

getCustomerEmail()

public getCustomerEmail() : string
Return values
string

getCustomerName()

public getCustomerName() : string
Return values
string

getCustomerStatusId()

public getCustomerStatusId() : int
Return values
int

getCustomerStatusName()

public getCustomerStatusName() : mixed
Return values
mixed

getOrderStatusName()

public getOrderStatusName() : string
Return values
string

getPurchaseDateTime()

public getPurchaseDateTime() : DateTime
Return values
DateTime

setPurchaseDateTime()

public setPurchaseDateTime(DateTime $purchaseDateTime) : $this|OrderListItem
Parameters
$purchaseDateTime : DateTime
Return values
$this|OrderListItem

Same instance for chained method calls.

Search results