Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
TaxClassManagementInterface.php
Go to the documentation of this file.
1 <?php
8 namespace Magento\Tax\Api;
9 
16 {
20  const TYPE_CUSTOMER = 'CUSTOMER';
21  const TYPE_PRODUCT = 'PRODUCT';
31  public function getTaxClassId($taxClassKey, $taxClassType = self::TYPE_PRODUCT);
32 }
getTaxClassId($taxClassKey, $taxClassType=self::TYPE_PRODUCT)