Simple class to model a list item of a pricelist as well as a pricing item.
package |
Default |
---|
__construct( $price, $quantity, \Shopware\CustomModels\ViisonPickwareERP\StockLedger\StockLedgerEntry $stockLedgerEntry = null)
\Shopware\CustomModels\ViisonPickwareERP\StockLedger\StockLedgerEntry
getPrice()
getQuantity()
getStockentry()
setPrice( $price)
setQuantity( $quantity)
setStockentry(\Shopware\CustomModels\ViisonPickwareERP\StockLedger\StockLedgerEntry $stockLedgerEntry)