Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
ItemRequestInterface.php
Go to the documentation of this file.
1 <?php
6 declare(strict_types=1);
7 
9 
16 {
22  public function getSku(): string;
23 
29  public function getQty(): float;
30 
37  public function setSku(string $sku): void;
38 
45  public function setQty(float $qty): void;
46 
52  public function getExtensionAttributes(): ?ItemRequestExtensionInterface;
53 
60  public function setExtensionAttributes(
61  \Magento\InventorySourceSelectionApi\Api\Data\ItemRequestExtensionInterface $extensionAttributes
62  ): void;
63 }
setExtensionAttributes(\Magento\InventorySourceSelectionApi\Api\Data\ItemRequestExtensionInterface $extensionAttributes)
$extensionAttributes
Definition: payment.php:22