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-quote
Api
Data
AddressAdditionalDataInterface.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Quote\Api\Data
;
7
8
use
Magento\Framework\Api\CustomAttributesDataInterface
;
9
15
interface
AddressAdditionalDataInterface
extends
CustomAttributesDataInterface
16
{
22
public
function
getExtensionAttributes
();
23
30
public
function
setExtensionAttributes
(
31
\
Magento
\
Quote
\Api\
Data
\AddressAdditionalDataExtensionInterface
$extensionAttributes
32
);
33
}
Magento\Framework\App\Config\Data
Definition:
Data.php:10
Magento\Quote\Api\Data\AddressAdditionalDataInterface\setExtensionAttributes
setExtensionAttributes(\Magento\Quote\Api\Data\AddressAdditionalDataExtensionInterface $extensionAttributes)
Magento\Quote\Api\Data\AddressAdditionalDataInterface
Definition:
AddressAdditionalDataInterface.php:15
$extensionAttributes
$extensionAttributes
Definition:
payment.php:22
Magento\Quote\Api\Data\AddressAdditionalDataInterface\getExtensionAttributes
getExtensionAttributes()
Magento
Magento\Framework\Api\CustomAttributesDataInterface
Definition:
CustomAttributesDataInterface.php:15
Magento\Quote\Model\Quote
Definition:
Quote.php:107
Magento\Quote\Api\Data
Definition:
AddressAdditionalDataInterface.php:6