Your IP : 216.73.216.220


Current Path : /home/rtorresani/www/generated/code/Magento/Catalog/Api/Data/
Upload File :
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);
}