magento2-docker/generated/code/Magento/SalesRule/Api/Data/CouponGenerationSpecExtensi...

10 lines
261 B
PHP
Executable File

<?php
namespace Magento\SalesRule\Api\Data;
/**
* ExtensionInterface class for @see \Magento\SalesRule\Api\Data\CouponGenerationSpecInterface
*/
interface CouponGenerationSpecExtensionInterface extends \Magento\Framework\Api\ExtensionAttributesInterface
{
}