$item
$item : string
Item
Class OrderLine
setItem(string $item) : \billythekid\v12finance\models\OrderLine
Sets the item
string | $item |
setPrice(float $price) : \billythekid\v12finance\models\OrderLine
Sets the price
float | $price |
setQty(integer $qty) : \billythekid\v12finance\models\OrderLine
Sets the quantity
integer | $qty |
setSku(string $sku) : \billythekid\v12finance\models\OrderLine
Sets the SKu
string | $sku |