Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
ShipmentItemCreationInterface.php
Go to the documentation of this file.
1 <?php
7 namespace Magento\Sales\Api\Data;
8 
20 {
27  public function getExtensionAttributes();
28 
36  public function setExtensionAttributes(
37  \Magento\Sales\Api\Data\ShipmentItemCreationExtensionInterface $extensionAttributes
38  );
39 }
setExtensionAttributes(\Magento\Sales\Api\Data\ShipmentItemCreationExtensionInterface $extensionAttributes)
$extensionAttributes
Definition: payment.php:22