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
framework
Pricing
Amount
AmountInterface.php
Go to the documentation of this file.
1
<?php
7
namespace
Magento\Framework\Pricing\Amount
;
8
15
interface
AmountInterface
16
{
23
public
function
getValue
($exclude =
null
);
24
30
public
function
__toString
();
31
37
public
function
getBaseAmount
();
38
45
public
function
getAdjustmentAmount
($adjustmentCode);
46
52
public
function
getTotalAdjustmentAmount
();
53
59
public
function
getAdjustmentAmounts
();
60
67
public
function
hasAdjustment
($adjustmentCode);
68
}
Magento\Framework\Pricing\Amount\AmountInterface\__toString
__toString()
Magento\Framework\Pricing\Amount
Definition:
AmountFactory.php:7
Magento\Framework\Pricing\Amount\AmountInterface\getBaseAmount
getBaseAmount()
Magento\Framework\Pricing\Amount\AmountInterface\getValue
getValue($exclude=null)
Magento\Framework\Pricing\Amount\AmountInterface\getTotalAdjustmentAmount
getTotalAdjustmentAmount()
Magento\Framework\Pricing\Amount\AmountInterface
Definition:
AmountInterface.php:15
Magento\Framework\Pricing\Amount\AmountInterface\hasAdjustment
hasAdjustment($adjustmentCode)
Magento\Framework\Pricing\Amount\AmountInterface\getAdjustmentAmounts
getAdjustmentAmounts()
Magento\Framework\Pricing\Amount\AmountInterface\getAdjustmentAmount
getAdjustmentAmount($adjustmentCode)