Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
TaxRateRepositoryInterface.php
Go to the documentation of this file.
1 <?php
8 namespace Magento\Tax\Api;
9 
16 {
25  public function save(\Magento\Tax\Api\Data\TaxRateInterface $taxRate);
26 
34  public function get($rateId);
35 
44  public function deleteById($rateId);
45 
57  public function getList(\Magento\Framework\Api\SearchCriteriaInterface $searchCriteria);
58 
67  public function delete(\Magento\Tax\Api\Data\TaxRateInterface $taxRate);
68 }
getList(\Magento\Framework\Api\SearchCriteriaInterface $searchCriteria)
$searchCriteria
save(\Magento\Tax\Api\Data\TaxRateInterface $taxRate)
$taxRate
Definition: tax_rule.php:12