commerce-8.x-2.8/modules/tax/src/Plugin/Commerce/TaxType/RemoteTaxTypeBase.php
modules/tax/src/Plugin/Commerce/TaxType/RemoteTaxTypeBase.php
<?php
namespace Drupal\commerce_tax\Plugin\Commerce\TaxType;
/**
* Provides the base class for remote tax types.
*/
abstract class RemoteTaxTypeBase extends TaxTypeBase implements RemoteTaxTypeInterface {}
