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-checkout
Api
Data
PaymentDetailsInterface.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Checkout\Api\Data
;
7
13
interface
PaymentDetailsInterface
extends
\Magento\Framework\Api\ExtensibleDataInterface
14
{
18
const
PAYMENT_METHODS
=
'payment_methods'
;
19
20
const
TOTALS
=
'totals'
;
21
27
public
function
getPaymentMethods
();
28
33
public
function
setPaymentMethods
(
$paymentMethods
);
34
38
public
function
getTotals
();
39
44
public
function
setTotals
(
$totals
);
45
51
public
function
getExtensionAttributes
();
52
59
public
function
setExtensionAttributes
(
60
\
Magento
\Checkout\Api\Data\PaymentDetailsExtensionInterface
$extensionAttributes
61
);
62
}
Magento\Checkout\Api\Data\PaymentDetailsInterface\setExtensionAttributes
setExtensionAttributes(\Magento\Checkout\Api\Data\PaymentDetailsExtensionInterface $extensionAttributes)
Magento\Checkout\Api\Data
Definition:
PaymentDetailsInterface.php:6
Magento\Checkout\Api\Data\PaymentDetailsInterface\PAYMENT_METHODS
const PAYMENT_METHODS
Definition:
PaymentDetailsInterface.php:18
Magento\Checkout\Api\Data\PaymentDetailsInterface
Definition:
PaymentDetailsInterface.php:13
Magento\Checkout\Api\Data\PaymentDetailsInterface\getPaymentMethods
getPaymentMethods()
$totals
$totals
Definition:
totalbar.phtml:10
Magento\Checkout\Api\Data\PaymentDetailsInterface\getExtensionAttributes
getExtensionAttributes()
$extensionAttributes
$extensionAttributes
Definition:
payment.php:22
Magento
Magento\Checkout\Api\Data\PaymentDetailsInterface\setTotals
setTotals($totals)
Magento\Checkout\Api\Data\PaymentDetailsInterface\setPaymentMethods
setPaymentMethods($paymentMethods)
Magento\Framework\Api\ExtensibleDataInterface
Definition:
ExtensibleDataInterface.php:15
$paymentMethods
$paymentMethods
Definition:
agreements.phtml:13
Magento\Checkout\Api\Data\PaymentDetailsInterface\getTotals
getTotals()
Magento\Checkout\Api\Data\PaymentDetailsInterface\TOTALS
const TOTALS
Definition:
PaymentDetailsInterface.php:20