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
OrderAdapterInterface.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Payment\Gateway\Data
;
7
13
interface
OrderAdapterInterface
14
{
20
public
function
getCurrencyCode
();
21
27
public
function
getOrderIncrementId
();
28
34
public
function
getCustomerId
();
35
41
public
function
getBillingAddress
();
42
48
public
function
getShippingAddress
();
49
55
public
function
getStoreId
();
56
62
public
function
getId
();
63
69
public
function
getGrandTotalAmount
();
70
76
public
function
getItems
();
77
83
public
function
getRemoteIp
();
84
}
Magento\Payment\Gateway\Data
Definition:
AddressAdapterInterface.php:6
Magento\Payment\Gateway\Data\OrderAdapterInterface\getCurrencyCode
getCurrencyCode()
Magento\Payment\Gateway\Data\OrderAdapterInterface
Definition:
OrderAdapterInterface.php:13
Magento\Payment\Gateway\Data\OrderAdapterInterface\getGrandTotalAmount
getGrandTotalAmount()
Magento\Payment\Gateway\Data\OrderAdapterInterface\getOrderIncrementId
getOrderIncrementId()
Magento\Payment\Gateway\Data\OrderAdapterInterface\getShippingAddress
getShippingAddress()
Magento\Payment\Gateway\Data\OrderAdapterInterface\getId
getId()
Magento\Payment\Gateway\Data\OrderAdapterInterface\getRemoteIp
getRemoteIp()
Magento\Payment\Gateway\Data\OrderAdapterInterface\getCustomerId
getCustomerId()
Magento\Payment\Gateway\Data\OrderAdapterInterface\getStoreId
getStoreId()
Magento\Payment\Gateway\Data\OrderAdapterInterface\getBillingAddress
getBillingAddress()
Magento\Payment\Gateway\Data\OrderAdapterInterface\getItems
getItems()