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