magento2-docker/generated/code/Magento/Tax/Api/Data/TaxRuleExtensionInterface.php

10 lines
223 B
PHP
Executable File

<?php
namespace Magento\Tax\Api\Data;
/**
* ExtensionInterface class for @see \Magento\Tax\Api\Data\TaxRuleInterface
*/
interface TaxRuleExtensionInterface extends \Magento\Framework\Api\ExtensionAttributesInterface
{
}