| Current Path : /home/rtorresani/www/generated/code/Magento/Catalog/Api/Data/ |
| Current File : //home/rtorresani/www/generated/code/Magento/Catalog/Api/Data/ProductLinkExtensionInterface.php |
<?php
namespace Magento\Catalog\Api\Data;
/**
* ExtensionInterface class for @see \Magento\Catalog\Api\Data\ProductLinkInterface
*/
interface ProductLinkExtensionInterface extends \Magento\Framework\Api\ExtensionAttributesInterface
{
/**
* @return float|null
*/
public function getQty();
/**
* @param float $qty
* @return $this
*/
public function setQty($qty);
}