Interface OrderInterface
| category |
System |
|---|---|
| package |
Order |
| subpackage |
Interfaces |
addAddonValues(\KeyValueCollection $addonCollection) : \OrderInterface
getAddonValue(\StringType $key) : string
getAddonValues() : \EditableKeyValueCollection
getBillingAddress() : \AddressBlockInterface
getComment() : string
stringOrder comment.
getCurrencyCode() : \CurrencyCode
getCustomerAddress() : \AddressBlockInterface
getCustomerEmail() : string
stringAssociated customer email address.
getCustomerId() : integer
integerAssociated customer ID.
getCustomerNumber() : string
stringCustomer number.
getCustomerStatusInformation() : \CustomerStatusInformation
getCustomerTelephone() : string
stringAssociated customer telephone number.
getDeliveryAddress() : \AddressBlockInterface
getLanguageCode() : \LanguageCode
getLastModifiedDateTime() : \DateTime
\DateTimeDatetime of last modification.
getOrderHash() : string
stringUnique order hash.
getOrderId() : integer
integerOrder ID.
getOrderItems() : \OrderItemCollection
getOrderTotals() : \OrderTotalCollection
getPaymentType() : \OrderPaymentType
getPurchaseDateTime() : \DateTime
\DateTimeOrder purchase datetime.
getShippingType() : \OrderShippingType
getStatusHistory() : \OrderStatusHistoryListItemCollection
getStatusId() : integer
integerOrder status ID.
getTotalWeight() : double
double
getVatIdNumber() : string
stringVAT ID number.
setAddonValue(\StringType $key, \StringType $value) : \OrderInterface
setBillingAddress(\AddressBlockInterface $address) : \OrderInterface
setComment(\StringType $comment) : \OrderInterface
setCurrencyCode(\CurrencyCode $currencyCode) : \OrderInterface
setCustomerAddress(\AddressBlockInterface $address) : \OrderInterface
setCustomerEmail(\EmailStringType $email) : \OrderInterface
setCustomerId(\IdType $id) : \OrderInterface
setCustomerNumber(\StringType $customerNumber) : \OrderInterface
setCustomerStatusInformation(\CustomerStatusInformation $customerStatusInformation)
setCustomerTelephone(\StringType $telephone) : \OrderInterface
setDeliveryAddress(\AddressBlockInterface $address) : \OrderInterface
setLanguageCode(\LanguageCode $languageCode) : \OrderInterface
setLastModifiedDateTime(\DateTime $lastModifiedDateTime) : \OrderInterface
\DateTimeLast modification date time
\OrderInterfaceSame instance for method chaining.
setOrderHash(\NonEmptyStringType $orderHash) : \GXEngineOrder
setOrderId(\IdType $id) : \OrderInterface
setOrderItems(\OrderItemCollection $collection) : \OrderInterface
setOrderTotals(\OrderTotalCollection $collection) : \OrderInterface
setPaymentType(\OrderPaymentType $paymentType) : \OrderInterface
setPurchaseDateTime(\DateTime $dateTime) : \OrderInterface
\DateTimePurchase date time.
\OrderInterfaceSame instance for method chaining.
setShippingType(\OrderShippingType $shippingType) : \OrderInterface
setStatusId(\IntType $id) : \OrderInterface
setTotalWeight(\DecimalType $totalWeight) : $this|\OrderInterface
\DecimalType
$this|\OrderInterfaceSame instance for method chaining.
setVatIdNumber(\StringType $vatIdNumber) : \OrderInterface