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
Data
TaxRateTitleInterface.php
Go to the documentation of this file.
1
<?php
8
namespace
Magento\Tax\Api\Data
;
9
15
interface
TaxRateTitleInterface
extends
\Magento\Framework\Api\ExtensibleDataInterface
16
{
22
public
function
getStoreId
();
23
30
public
function
setStoreId
(
$storeId
);
31
37
public
function
getValue
();
38
45
public
function
setValue
(
$value
);
46
52
public
function
getExtensionAttributes
();
53
60
public
function
setExtensionAttributes
(\
Magento
\Tax\Api\Data\TaxRateTitleExtensionInterface
$extensionAttributes
);
61
}
$storeId
$storeId
Definition:
customer_review_with_rating.php:14
Magento\Tax\Api\Data\TaxRateTitleInterface\setStoreId
setStoreId($storeId)
$value
$value
Definition:
gender.phtml:16
Magento\Tax\Api\Data
Definition:
AppliedTaxInterface.php:6
Magento\Tax\Api\Data\TaxRateTitleInterface\setValue
setValue($value)
Magento\Tax\Api\Data\TaxRateTitleInterface\getExtensionAttributes
getExtensionAttributes()
Magento\Tax\Api\Data\TaxRateTitleInterface
Definition:
TaxRateTitleInterface.php:15
$extensionAttributes
$extensionAttributes
Definition:
payment.php:22
Magento\Tax\Api\Data\TaxRateTitleInterface\setExtensionAttributes
setExtensionAttributes(\Magento\Tax\Api\Data\TaxRateTitleExtensionInterface $extensionAttributes)
Magento
Magento\Tax\Api\Data\TaxRateTitleInterface\getStoreId
getStoreId()
Magento\Framework\Api\ExtensibleDataInterface
Definition:
ExtensibleDataInterface.php:15
Magento\Tax\Api\Data\TaxRateTitleInterface\getValue
getValue()