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
EstimateAddressInterface.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Quote\Api\Data
;
7
13
interface
EstimateAddressInterface
extends
\Magento\Framework\Api\CustomAttributesDataInterface
14
{
18
const
KEY_COUNTRY_ID
=
'country_id'
;
19
20
const
KEY_REGION_ID
=
'region_id'
;
21
22
const
KEY_REGION
=
'region'
;
23
24
const
KEY_POSTCODE
=
'postcode'
;
25
33
public
function
getRegion
();
34
41
public
function
setRegion
($region);
42
48
public
function
getRegionId
();
49
56
public
function
setRegionId
($regionId);
57
63
public
function
getCountryId
();
64
71
public
function
setCountryId
($countryId);
72
78
public
function
getPostcode
();
79
86
public
function
setPostcode
($postcode);
87
93
public
function
getExtensionAttributes
();
94
101
public
function
setExtensionAttributes
(
102
\
Magento
\
Quote
\Api\
Data
\EstimateAddressExtensionInterface
$extensionAttributes
103
);
104
}
Magento\Quote\Api\Data\EstimateAddressInterface\KEY_REGION_ID
const KEY_REGION_ID
Definition:
EstimateAddressInterface.php:20
Magento\Quote\Api\Data\EstimateAddressInterface\setExtensionAttributes
setExtensionAttributes(\Magento\Quote\Api\Data\EstimateAddressExtensionInterface $extensionAttributes)
Magento\Quote\Api\Data\EstimateAddressInterface\getPostcode
getPostcode()
Magento\Framework\App\Config\Data
Definition:
Data.php:10
Magento\Quote\Api\Data\EstimateAddressInterface\setPostcode
setPostcode($postcode)
Magento\Quote\Api\Data\EstimateAddressInterface\KEY_POSTCODE
const KEY_POSTCODE
Definition:
EstimateAddressInterface.php:24
Magento\Quote\Api\Data\EstimateAddressInterface\KEY_COUNTRY_ID
const KEY_COUNTRY_ID
Definition:
EstimateAddressInterface.php:18
Magento\Quote\Api\Data\EstimateAddressInterface\getExtensionAttributes
getExtensionAttributes()
Magento\Quote\Api\Data\EstimateAddressInterface\setRegionId
setRegionId($regionId)
Magento\Quote\Api\Data\EstimateAddressInterface\getRegion
getRegion()
Magento\Quote\Api\Data\EstimateAddressInterface\getRegionId
getRegionId()
$extensionAttributes
$extensionAttributes
Definition:
payment.php:22
Magento
Magento\Framework\Api\CustomAttributesDataInterface
Definition:
CustomAttributesDataInterface.php:15
Magento\Quote\Model\Quote
Definition:
Quote.php:107
Magento\Quote\Api\Data\EstimateAddressInterface
Definition:
EstimateAddressInterface.php:13
Magento\Quote\Api\Data
Definition:
AddressAdditionalDataInterface.php:6
Magento\Quote\Api\Data\EstimateAddressInterface\setCountryId
setCountryId($countryId)
Magento\Quote\Api\Data\EstimateAddressInterface\getCountryId
getCountryId()
Magento\Quote\Api\Data\EstimateAddressInterface\KEY_REGION
const KEY_REGION
Definition:
EstimateAddressInterface.php:22
Magento\Quote\Api\Data\EstimateAddressInterface\setRegion
setRegion($region)