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
ShippingInterface.php
Go to the documentation of this file.
1
<?php
7
namespace
Magento\Quote\Api\Data
;
8
14
interface
ShippingInterface
extends
\Magento\Framework\Api\ExtensibleDataInterface
15
{
21
public
function
getAddress
();
22
29
public
function
setAddress
(\
Magento
\
Quote
\Api\
Data
\
AddressInterface
$value
);
30
36
public
function
getMethod
();
37
44
public
function
setMethod
(
$value
);
45
51
public
function
getExtensionAttributes
();
52
59
public
function
setExtensionAttributes
(\
Magento
\
Quote
\Api\
Data
\ShippingExtensionInterface
$extensionAttributes
);
60
}
Magento\Quote\Api\Data\ShippingInterface\getAddress
getAddress()
Magento\Quote\Api\Data\AddressInterface
Definition:
AddressInterface.php:13
Magento\Framework\App\Config\Data
Definition:
Data.php:10
Magento\Quote\Api\Data\ShippingInterface\getExtensionAttributes
getExtensionAttributes()
$value
$value
Definition:
gender.phtml:16
Magento\Quote\Api\Data\ShippingInterface\setMethod
setMethod($value)
Magento\Quote\Api\Data\ShippingInterface
Definition:
ShippingInterface.php:14
$extensionAttributes
$extensionAttributes
Definition:
payment.php:22
Magento
Magento\Quote\Model\Quote
Definition:
Quote.php:107
Magento\Framework\Api\ExtensibleDataInterface
Definition:
ExtensibleDataInterface.php:15
Magento\Quote\Api\Data
Definition:
AddressAdditionalDataInterface.php:6
Magento\Quote\Api\Data\ShippingInterface\setAddress
setAddress(\Magento\Quote\Api\Data\AddressInterface $value)
Magento\Quote\Api\Data\ShippingInterface\setExtensionAttributes
setExtensionAttributes(\Magento\Quote\Api\Data\ShippingExtensionInterface $extensionAttributes)
Magento\Quote\Api\Data\ShippingInterface\getMethod
getMethod()