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-catalog
Api
Data
ProductTierPriceInterface.php
Go to the documentation of this file.
1
<?php
8
namespace
Magento\Catalog\Api\Data
;
9
10
use
Magento\Framework\Api\ExtensibleDataInterface
;
11
16
interface
ProductTierPriceInterface
extends
ExtensibleDataInterface
17
{
18
const
QTY
=
'qty'
;
19
20
const
VALUE
=
'value'
;
21
22
const
CUSTOMER_GROUP_ID
=
'customer_group_id'
;
23
29
public
function
getCustomerGroupId
();
30
37
public
function
setCustomerGroupId
($customerGroupId);
38
44
public
function
getQty
();
45
52
public
function
setQty
($qty);
53
59
public
function
getValue
();
60
67
public
function
setValue
(
$value
);
68
74
public
function
getExtensionAttributes
();
75
82
public
function
setExtensionAttributes
(
83
\
Magento
\Catalog\Api\Data\ProductTierPriceExtensionInterface
$extensionAttributes
84
);
85
}
Magento\Catalog\Api\Data\ProductTierPriceInterface\setQty
setQty($qty)
Magento\Catalog\Api\Data\ProductTierPriceInterface\setExtensionAttributes
setExtensionAttributes(\Magento\Catalog\Api\Data\ProductTierPriceExtensionInterface $extensionAttributes)
Magento\Catalog\Api\Data\ProductTierPriceInterface\getQty
getQty()
Magento\Catalog\Api\Data\ProductTierPriceInterface\getExtensionAttributes
getExtensionAttributes()
Magento\Catalog\Api\Data\ProductTierPriceInterface\setValue
setValue($value)
Magento\Catalog\Api\Data\ProductTierPriceInterface\getValue
getValue()
Magento\Catalog\Api\Data
Definition:
BasePriceInterface.php:7
Magento\Catalog\Api\Data\ProductTierPriceInterface\CUSTOMER_GROUP_ID
const CUSTOMER_GROUP_ID
Definition:
ProductTierPriceInterface.php:22
$value
$value
Definition:
gender.phtml:16
Magento\Catalog\Api\Data\ProductTierPriceInterface
Definition:
ProductTierPriceInterface.php:16
Magento\Catalog\Api\Data\ProductTierPriceInterface\VALUE
const VALUE
Definition:
ProductTierPriceInterface.php:20
$extensionAttributes
$extensionAttributes
Definition:
payment.php:22
Magento\Catalog\Api\Data\ProductTierPriceInterface\getCustomerGroupId
getCustomerGroupId()
Magento
Magento\Framework\Api\ExtensibleDataInterface
Definition:
ExtensibleDataInterface.php:15
Magento\Catalog\Api\Data\ProductTierPriceInterface\setCustomerGroupId
setCustomerGroupId($customerGroupId)
Magento\Catalog\Api\Data\ProductTierPriceInterface\QTY
const QTY
Definition:
ProductTierPriceInterface.php:18