OrderListItem

Class OrderListItem

category

System

package

Order

subpackage

Entities

Methods

getBillingAddress

getBillingAddress() : \OrderAddressBlock

getComment

getComment() : string

Response

string

getCustomerCompany

getCustomerCompany() : string

Response

string

getCustomerEmail

getCustomerEmail() : string

Response

string

getCustomerId

getCustomerId() : integer

Response

integer

getCustomerMemos

getCustomerMemos() : \CustomerMemoCollection

getCustomerName

getCustomerName() : string

Response

string

getCustomerStatusId

getCustomerStatusId() : integer

Response

integer

getCustomerStatusName

getCustomerStatusName() : mixed

Response

mixed

getDeliveryAddress

getDeliveryAddress() : \OrderAddressBlock

getInvoiceNumbers

getInvoiceNumbers() : \StringCollection

getMailStatus

getMailStatus() : boolean

Response

boolean

getOrderId

getOrderId() : integer

Response

integer

getOrderStatusId

getOrderStatusId() : integer

Response

integer

getOrderStatusName

getOrderStatusName() : string

Response

string

getPaymentType

getPaymentType() : \OrderPaymentType

getPurchaseDateTime

getPurchaseDateTime() : \DateTime

Response

\DateTime

getShippingType

getShippingType() : \OrderShippingType

getTotalSum

getTotalSum() : string

Response

string

getTotalWeight

getTotalWeight() : float

Response

float

getWithdrawalIds

getWithdrawalIds() : \IdCollection

Response

\IdCollection

setBillingAddress

setBillingAddress(\OrderAddressBlock $billingAddress) : $this|\OrderListItem

Arguments

$billingAddress

\OrderAddressBlock

Response

$this|\OrderListItem

Same instance for chained method calls.

setComment

setComment(\StringType $comment) : $this|\OrderListItem

Arguments

$comment

\StringType

Response

$this|\OrderListItem

Same instance for chained method calls.

setCustomerCompany

setCustomerCompany(\StringType $customerCompany) : $this|\OrderListItem

Arguments

$customerCompany

\StringType

Response

$this|\OrderListItem

Same instance for chained method calls.

setCustomerEmail

setCustomerEmail(\StringType $customerEmail) : $this|\OrderListItem

Arguments

$customerEmail

\StringType

Response

$this|\OrderListItem

Same instance for chained method calls.

setCustomerId

setCustomerId(\IdType $customerId) : $this|\OrderListItem

Arguments

$customerId

\IdType

Response

$this|\OrderListItem

Same instance for chained method calls.

setCustomerMemos

setCustomerMemos(\CustomerMemoCollection $customerMemos) : $this|\OrderListItem

Arguments

$customerMemos

\CustomerMemoCollection

Response

$this|\OrderListItem

Same instance for chained method calls.

setCustomerName

setCustomerName(\StringType $customerName) : $this|\OrderListItem

Arguments

$customerName

\StringType

Response

$this|\OrderListItem

Same instance for chained method calls.

setCustomerStatusId

setCustomerStatusId(\IdType $customerStatusId) : $this|\OrderListItem

Arguments

$customerStatusId

\IdType

Response

$this|\OrderListItem

Same instance for chained method calls.

setCustomerStatusName

setCustomerStatusName(\StringType $customerStatusName) : $this|\OrderListItem

Arguments

$customerStatusName

\StringType

Response

$this|\OrderListItem

Same instance for chained method calls.

setDeliveryAddress

setDeliveryAddress(\OrderAddressBlock $deliveryAddress) : $this|\OrderListItem

Arguments

$deliveryAddress

\OrderAddressBlock

Response

$this|\OrderListItem

Same instance for chained method calls.

setInvoiceNumbers

setInvoiceNumbers(\StringCollection $invoiceNumbers) : $this|\OrderListItem

Arguments

$invoiceNumbers

\StringCollection

Response

$this|\OrderListItem

Same instance for chained method calls.

setMailStatus

setMailStatus(\BoolType $mailStatus) : $this|\OrderListItem

Arguments

$mailStatus

\BoolType

Response

$this|\OrderListItem

Same instance for chained method calls.

setOrderId

setOrderId(\IdType $orderId) : $this|\OrderListItem

Arguments

$orderId

\IdType

Response

$this|\OrderListItem

Same instance for chained method calls.

setOrderStatusId

setOrderStatusId(\IntType $orderStatusId) : $this|\OrderListItem

Arguments

$orderStatusId

\IntType

Response

$this|\OrderListItem

Same instance for chained method calls.

setOrderStatusName

setOrderStatusName(\StringType $orderStatusName) : $this|\OrderListItem

Arguments

$orderStatusName

\StringType

Response

$this|\OrderListItem

Same instance for chained method calls.

setPaymentType

setPaymentType(\OrderPaymentTypeInterface $paymentType) : $this|\OrderListItem

Arguments

Response

$this|\OrderListItem

Same instance for chained method calls.

setPurchaseDateTime

setPurchaseDateTime(\DateTime $purchaseDateTime) : $this|\OrderListItem

Arguments

$purchaseDateTime

\DateTime

Response

$this|\OrderListItem

Same instance for chained method calls.

setShippingType

setShippingType(\OrderShippingTypeInterface $shippingType) : $this|\OrderListItem

Arguments

Response

$this|\OrderListItem

Same instance for chained method calls.

setTotalSum

setTotalSum(\StringType $totalSum) : $this|\OrderListItem

Arguments

$totalSum

\StringType

Response

$this|\OrderListItem

Same instance for chained method calls.

setTotalWeight

setTotalWeight(\DecimalType $totalWeight) : $this|\OrderListItem

Arguments

$totalWeight

\DecimalType

Response

$this|\OrderListItem

Same instance for chained method calls.

setWithdrawalIds

setWithdrawalIds(\IdCollection $withdrawalIds) : $this|\OrderListItem

Arguments

$withdrawalIds

\IdCollection

Response

$this|\OrderListItem

Same instance for chained method calls.

Properties

orderId

orderId : integer
var

Type(s)

integer

purchaseDateTime

purchaseDateTime : \DateTime
var

Type(s)

\DateTime

orderStatusId

orderStatusId : integer
var

Type(s)

integer

orderStatusName

orderStatusName : string
var

Type(s)

string

customerId

customerId : integer
var

Type(s)

integer

customerName

customerName : string
var

Type(s)

string

customerCompany

customerCompany : string
var

Type(s)

string

customerEmail

customerEmail : string
var

Type(s)

string

customerStatusId

customerStatusId : integer
var

Type(s)

integer

customerStatusName

customerStatusName : string
var

Type(s)

string

customerMemos

customerMemos : \CustomerMemoCollection

deliveryAddress

deliveryAddress : \OrderAddressBlock
var

Type(s)

\OrderAddressBlock

billingAddress

billingAddress : \OrderAddressBlock
var

Type(s)

\OrderAddressBlock

comment

comment : string
var

Type(s)

string

totalWeight

totalWeight : float
var

Type(s)

float

totalSum

totalSum : string
var

Type(s)

string

paymentType

paymentType : \OrderPaymentTypeInterface

shippingType

shippingType : \OrderShippingTypeInterface

withdrawalIds

withdrawalIds : \IdCollection
var

Type(s)

\IdCollection

mailStatus

mailStatus : boolean
var

Type(s)

boolean

invoiceNumbers

invoiceNumbers : \StringCollection
var

Type(s)

\StringCollection