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-payment
Gateway
Data
AddressAdapterInterface.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Payment\Gateway\Data
;
7
13
interface
AddressAdapterInterface
14
{
20
public
function
getRegionCode
();
21
27
public
function
getCountryId
();
28
34
public
function
getStreetLine1
();
35
41
public
function
getStreetLine2
();
42
48
public
function
getTelephone
();
49
55
public
function
getPostcode
();
56
62
public
function
getCity
();
63
69
public
function
getFirstname
();
70
76
public
function
getLastname
();
77
83
public
function
getMiddlename
();
84
90
public
function
getCustomerId
();
91
97
public
function
getEmail
();
98
104
public
function
getPrefix
();
105
111
public
function
getSuffix
();
112
118
public
function
getCompany
();
119
}
Magento\Payment\Gateway\Data\AddressAdapterInterface\getLastname
getLastname()
Magento\Payment\Gateway\Data\AddressAdapterInterface\getCustomerId
getCustomerId()
Magento\Payment\Gateway\Data
Definition:
AddressAdapterInterface.php:6
Magento\Payment\Gateway\Data\AddressAdapterInterface\getTelephone
getTelephone()
Magento\Payment\Gateway\Data\AddressAdapterInterface\getCompany
getCompany()
Magento\Payment\Gateway\Data\AddressAdapterInterface\getFirstname
getFirstname()
Magento\Payment\Gateway\Data\AddressAdapterInterface\getRegionCode
getRegionCode()
Magento\Payment\Gateway\Data\AddressAdapterInterface\getSuffix
getSuffix()
Magento\Payment\Gateway\Data\AddressAdapterInterface\getStreetLine1
getStreetLine1()
Magento\Payment\Gateway\Data\AddressAdapterInterface\getPostcode
getPostcode()
Magento\Payment\Gateway\Data\AddressAdapterInterface\getEmail
getEmail()
Magento\Payment\Gateway\Data\AddressAdapterInterface\getCity
getCity()
Magento\Payment\Gateway\Data\AddressAdapterInterface\getMiddlename
getMiddlename()
Magento\Payment\Gateway\Data\AddressAdapterInterface\getStreetLine2
getStreetLine2()
Magento\Payment\Gateway\Data\AddressAdapterInterface
Definition:
AddressAdapterInterface.php:13
Magento\Payment\Gateway\Data\AddressAdapterInterface\getPrefix
getPrefix()
Magento\Payment\Gateway\Data\AddressAdapterInterface\getCountryId
getCountryId()