<?php
namespace Magento\Tax\Api\Data;
/**
* Extension class for @see \Magento\Tax\Api\Data\TaxRuleInterface
*/
class TaxRuleExtension extends \Magento\Framework\Api\AbstractSimpleObject implements TaxRuleExtensionInterface
{
}