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-msrp
Api
Data
ProductRender
MsrpPriceInfoInterface.php
Go to the documentation of this file.
1
<?php
7
namespace
Magento\Msrp\Api\Data\ProductRender
;
8
14
interface
MsrpPriceInfoInterface
extends
\Magento\Framework\Api\ExtensibleDataInterface
15
{
21
public
function
setMsrpPrice
(
$msrpPrice
);
22
27
public
function
getMsrpPrice
();
28
34
public
function
setIsApplicable
($isApplicable);
35
40
public
function
getIsApplicable
();
41
47
public
function
setIsShownPriceOnGesture
($isShownOnGesture);
48
53
public
function
getIsShownPriceOnGesture
();
54
60
public
function
setMsrpMessage
($msrpMessage);
61
66
public
function
getMsrpMessage
();
67
73
public
function
setExplanationMessage
($explanationMessage);
74
79
public
function
getExplanationMessage
();
80
87
public
function
getExtensionAttributes
();
88
96
public
function
setExtensionAttributes
(
97
\
Magento
\Msrp\Api\Data\ProductRender\MsrpPriceInfoExtensionInterface
$extensionAttributes
98
);
99
}
Magento\Msrp\Api\Data\ProductRender\MsrpPriceInfoInterface\setExplanationMessage
setExplanationMessage($explanationMessage)
Magento\Msrp\Api\Data\ProductRender\MsrpPriceInfoInterface\getMsrpPrice
getMsrpPrice()
Magento\Msrp\Api\Data\ProductRender\MsrpPriceInfoInterface\getIsShownPriceOnGesture
getIsShownPriceOnGesture()
Magento\Msrp\Api\Data\ProductRender\MsrpPriceInfoInterface\getIsApplicable
getIsApplicable()
Magento\Msrp\Api\Data\ProductRender\MsrpPriceInfoInterface\getExplanationMessage
getExplanationMessage()
Magento\Msrp\Api\Data\ProductRender
Definition:
MsrpPriceInfoInterface.php:7
Magento\Msrp\Api\Data\ProductRender\MsrpPriceInfoInterface\getMsrpMessage
getMsrpMessage()
Magento\Msrp\Api\Data\ProductRender\MsrpPriceInfoInterface\setMsrpPrice
setMsrpPrice($msrpPrice)
Magento\Msrp\Api\Data\ProductRender\MsrpPriceInfoInterface\setIsShownPriceOnGesture
setIsShownPriceOnGesture($isShownOnGesture)
Magento\Msrp\Api\Data\ProductRender\MsrpPriceInfoInterface\setExtensionAttributes
setExtensionAttributes(\Magento\Msrp\Api\Data\ProductRender\MsrpPriceInfoExtensionInterface $extensionAttributes)
$extensionAttributes
$extensionAttributes
Definition:
payment.php:22
$msrpPrice
$msrpPrice
Definition:
msrp.phtml:23
Magento
Magento\Framework\Api\ExtensibleDataInterface
Definition:
ExtensibleDataInterface.php:15
Magento\Msrp\Api\Data\ProductRender\MsrpPriceInfoInterface
Definition:
MsrpPriceInfoInterface.php:14
Magento\Msrp\Api\Data\ProductRender\MsrpPriceInfoInterface\getExtensionAttributes
getExtensionAttributes()
Magento\Msrp\Api\Data\ProductRender\MsrpPriceInfoInterface\setIsApplicable
setIsApplicable($isApplicable)
Magento\Msrp\Api\Data\ProductRender\MsrpPriceInfoInterface\setMsrpMessage
setMsrpMessage($msrpMessage)