Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
LineItemInterface.php
Go to the documentation of this file.
1 <?php
7 namespace Magento\Sales\Api\Data;
8 
17 {
24  public function getOrderItemId();
25 
33  public function setOrderItemId($id);
34 
41  public function getQty();
42 
50  public function setQty($qty);
51 }
$id
Definition: fieldset.phtml:14