Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/vendor/magento/module-downloadable/Api/Data/
Upload File :
Current File : //home/rtorresani/www/vendor/magento/module-downloadable/Api/Data/ProductAttributeInterface.php

<?php
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
namespace Magento\Downloadable\Api\Data;

/**
 * Interface ProductAttributeInterface
 * @api
 * @since 100.1.0
 */
interface ProductAttributeInterface extends \Magento\Catalog\Api\Data\ProductAttributeInterface
{
    const CODE_IS_DOWNLOADABLE = 'is_downloadable';
}