Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
PaymentInformationManagementInterface.php
Go to the documentation of this file.
1 <?php
6 namespace Magento\Checkout\Api;
7 
14 {
25  $cartId,
26  \Magento\Quote\Api\Data\PaymentInterface $paymentMethod,
27  \Magento\Quote\Api\Data\AddressInterface $billingAddress = null
28  );
29 
39  public function savePaymentInformation(
40  $cartId,
41  \Magento\Quote\Api\Data\PaymentInterface $paymentMethod,
42  \Magento\Quote\Api\Data\AddressInterface $billingAddress = null
43  );
44 
51  public function getPaymentInformation($cartId);
52 }
savePaymentInformation( $cartId, \Magento\Quote\Api\Data\PaymentInterface $paymentMethod, \Magento\Quote\Api\Data\AddressInterface $billingAddress=null)
$billingAddress
Definition: order.php:25
savePaymentInformationAndPlaceOrder( $cartId, \Magento\Quote\Api\Data\PaymentInterface $paymentMethod, \Magento\Quote\Api\Data\AddressInterface $billingAddress=null)
$cartId
Definition: quote.php:22