Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
module-tax
Api
TaxRateRepositoryInterface.php
Go to the documentation of this file.
1
<?php
8
namespace
Magento\Tax\Api
;
9
15
interface
TaxRateRepositoryInterface
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
}
Magento\Tax\Api\TaxRateRepositoryInterface\getList
getList(\Magento\Framework\Api\SearchCriteriaInterface $searchCriteria)
Magento\Tax\Api\TaxRateRepositoryInterface\deleteById
deleteById($rateId)
Magento\Tax\Api
Definition:
TaxClassRepositoryTest.php:7
$searchCriteria
$searchCriteria
Definition:
order_rollback.php:16
Magento\Tax\Api\TaxRateRepositoryInterface\save
save(\Magento\Tax\Api\Data\TaxRateInterface $taxRate)
Magento\Tax\Api\Data\TaxRateInterface
Definition:
TaxRateInterface.php:15
Magento\Tax\Api\TaxRateRepositoryInterface
Definition:
TaxRateRepositoryInterface.php:15
Magento
$taxRate
$taxRate
Definition:
tax_rule.php:12