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-weee
Api
Data
ProductRender
WeeeAdjustmentAttributeInterface.php
Go to the documentation of this file.
1
<?php
7
namespace
Magento\Weee\Api\Data\ProductRender
;
8
9
use
Magento\Framework\Api\ExtensibleDataInterface
;
10
16
interface
WeeeAdjustmentAttributeInterface
extends
ExtensibleDataInterface
17
{
25
public
function
setAmount
(
$amount
);
26
33
public
function
getAmount
();
34
41
public
function
getTaxAmount
();
42
50
public
function
setTaxAmount
(
$taxAmount
);
51
59
public
function
setAmountExclTax
($amountExclTax);
60
68
public
function
setTaxAmountInclTax
($amountInclTax);
69
76
public
function
getTaxAmountInclTax
();
77
84
public
function
getAmountExclTax
();
85
93
public
function
setAttributeCode
(
$attributeCode
);
94
101
public
function
getAttributeCode
();
102
107
public
function
getExtensionAttributes
();
108
114
public
function
setExtensionAttributes
(
115
\
Magento
\Weee\Api\Data\ProductRender\WeeeAdjustmentAttributeExtensionInterface
$extensionAttributes
116
);
117
}
Magento\Weee\Api\Data\ProductRender\WeeeAdjustmentAttributeInterface\setAttributeCode
setAttributeCode($attributeCode)
$taxAmount
$taxAmount
Definition:
order_express_with_tax.php:18
Magento\Weee\Api\Data\ProductRender\WeeeAdjustmentAttributeInterface\getAttributeCode
getAttributeCode()
Magento\Weee\Api\Data\ProductRender
Definition:
WeeeAdjustmentAttributeInterface.php:7
Magento\Weee\Api\Data\ProductRender\WeeeAdjustmentAttributeInterface\getTaxAmountInclTax
getTaxAmountInclTax()
$amount
$amount
Definition:
order.php:14
Magento\Weee\Api\Data\ProductRender\WeeeAdjustmentAttributeInterface\getAmountExclTax
getAmountExclTax()
$attributeCode
$attributeCode
Definition:
extend.phtml:12
Magento\Weee\Api\Data\ProductRender\WeeeAdjustmentAttributeInterface\setTaxAmountInclTax
setTaxAmountInclTax($amountInclTax)
$extensionAttributes
$extensionAttributes
Definition:
payment.php:22
Magento
Magento\Weee\Api\Data\ProductRender\WeeeAdjustmentAttributeInterface\getAmount
getAmount()
Magento\Weee\Api\Data\ProductRender\WeeeAdjustmentAttributeInterface\getTaxAmount
getTaxAmount()
Magento\Weee\Api\Data\ProductRender\WeeeAdjustmentAttributeInterface\setAmountExclTax
setAmountExclTax($amountExclTax)
Magento\Weee\Api\Data\ProductRender\WeeeAdjustmentAttributeInterface\setExtensionAttributes
setExtensionAttributes(\Magento\Weee\Api\Data\ProductRender\WeeeAdjustmentAttributeExtensionInterface $extensionAttributes)
Magento\Framework\Api\ExtensibleDataInterface
Definition:
ExtensibleDataInterface.php:15
Magento\Weee\Api\Data\ProductRender\WeeeAdjustmentAttributeInterface\getExtensionAttributes
getExtensionAttributes()
Magento\Weee\Api\Data\ProductRender\WeeeAdjustmentAttributeInterface\setTaxAmount
setTaxAmount($taxAmount)
Magento\Weee\Api\Data\ProductRender\WeeeAdjustmentAttributeInterface
Definition:
WeeeAdjustmentAttributeInterface.php:16
Magento\Weee\Api\Data\ProductRender\WeeeAdjustmentAttributeInterface\setAmount
setAmount($amount)