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

10 lines
223 B
PHP
Executable File

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