Frontend | Backend | Api

Inventory\Models\Backend\FulfillmentItem

Fulfillment item that represents a common item (fully or partially) in the fulfillment

Method Description Returns
getId() int
getQuantity() Quantity of the item. Integer positive (not 0) number. int
getAmount() string
getTax() string
getDiscount() string
getCreated() Date the record was created. DateTime
getModified() Last modification date for the record. DateTime
getFulfillment() Fulfillment
getItem() Item
getTransaction() Transaction
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