Frontend | Backend | Api

Orders\Models\Backend\Item

Item

Method Description Returns
getId() int
getProductCode() string
getName() string
getQuantity() int
getAmount() string
getTax() string
getDiscount() string
getAttributes() string
getCreated() DateTime
getModified() DateTime
getCart() Cart
getOrder() Order
getProduct() BaseProduct
isHierarchicalModel() Check whether a model is a hierarchical model, i.e. can have children bool
isVersionedModel() Check whether a model is versioned bool