Class OrderListItem

Class OrderListItem

Methods summary

public getOrderId( void ) : integer
public setOrderId( IdType $orderId ) :
public getCustomerId( void ) : integer
public setCustomerId( IdType $customerId ) :
public getCustomerName( void ) : string
public setCustomerName( StringType $customerName ) :
public getCustomerEmail( void ) : string
public setCustomerEmail( StringType $customerEmail ) :
public setDeliveryAddress( OrderAddressBlock $deliveryAddress ) :
public setBillingAddress( OrderAddressBlock $billingAddress ) :
public getComment( void ) : string
public setComment( StringType $comment ) :
public setCustomerMemos( CustomerMemoCollection $customerMemos ) :
public getCustomerStatusId( void ) : integer
public setCustomerStatusId( IdType $customerStatusId ) :
public getCustomerStatusName( void ) : mixed
public setCustomerStatusName( StringType $customerStatusName ) :
public getTotalWeight( void ) : float
public setTotalWeight( DecimalType $totalWeight ) :
public getTotalSum( void ) : string
public setTotalSum( StringType $totalSum ) :
public setPaymentType( OrderPaymentTypeInterface $paymentType ) :
public setShippingType( OrderShippingTypeInterface $shippingType ) :
public getPurchaseDateTime( void ) : DateTime
public setPurchaseDateTime( DateTime $purchaseDateTime ) :
public getOrderStatusId( void ) : integer
public setOrderStatusId( IntType $orderStatusId ) :
public getOrderStatusName( void ) : string
public setOrderStatusName( StringType $orderStatusName ) :
public getWithdrawalIds( void ) : IdCollection
public setWithdrawalIds( IdCollection $withdrawalIds ) :
public getMailStatus( void ) : boolean
public setMailStatus( BoolType $mailStatus ) :
public setInvoiceNumbers( StringCollection $invoiceNumbers ) :
public getCustomerCompany( void ) : string
public setCustomerCompany( StringType $customerCompany ) :

Properties summary

protected $orderId : integer
0
protected $purchaseDateTime : DateTime

		
protected $orderStatusId : integer
0
protected $orderStatusName : string
''
protected $customerId : integer
0
protected $customerName : string
''
protected $customerCompany : string
''
protected $customerEmail : string
''
protected $customerStatusId : integer
0
protected $customerStatusName : string
''
protected $comment : string
''
protected $totalWeight : float
0.0
protected $totalSum : string
''
protected $mailStatus : boolean
false