Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
PaymentDetailsInterface.php
Go to the documentation of this file.
1 <?php
7 
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 }
setExtensionAttributes(\Magento\Checkout\Api\Data\PaymentDetailsExtensionInterface $extensionAttributes)
$totals
Definition: totalbar.phtml:10
$extensionAttributes
Definition: payment.php:22
$paymentMethods