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() DateTime
getModified() DateTime
getBillingAddress() Addresses
getDeliveryAddress() Addresses
getStatus() Status
getPerson() Person
getSite() Site
isHierarchicalModel() Check whether a model is a hierarchical model, i.e. can have children bool
isVersionedModel() Check whether a model is versioned bool