commerce-8.x-2.8/modules/tax/src/Plugin/Commerce/TaxType/RemoteTaxTypeInterface.php
modules/tax/src/Plugin/Commerce/TaxType/RemoteTaxTypeInterface.php
<?php
namespace Drupal\commerce_tax\Plugin\Commerce\TaxType;
/**
* Defines the interface for remote tax type plugins.
*
* Remote tax types calculate tax rates by contacting a remote service.
*/
interface RemoteTaxTypeInterface extends TaxTypeInterface {}
