Frontend | Backend | Api

Orders\Models\Frontend\Order

Order

Method Description Returns
getId() int
getNumber() string
getType() string
getUuid() int
getExternalId() string
getComments() string
getData() string
getDiscounts() string
getTotal() string
getDiscountTotal() string
getSurchargeTotal() string
getShippingTotal() string
getHandlingTotal() string
getTaxTotal() string
getInsuranceTotal() string
getCreated() Date the record was created. DateTime
getModified() Last modification date for the record. DateTime
getBillingAddress() Address
getDeliveryAddress() Address
getStatus() Status
getPerson() Person
getSite() Site
getItems() Collection (Item)
isNewRecord() Check if the record is a new record bool
isHierarchicalModel() Check whether a model is a hierarchical model, i.e. can have children bool
isVersionedModel() Check whether a model is versioned bool