Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
CartTotalManagementInterface.php
Go to the documentation of this file.
1 <?php
6 namespace Magento\Quote\Api;
7 
14 {
25  public function collectTotals(
26  $cartId,
27  \Magento\Quote\Api\Data\PaymentInterface $paymentMethod,
28  $shippingCarrierCode = null,
29  $shippingMethodCode = null,
30  \Magento\Quote\Api\Data\TotalsAdditionalDataInterface $additionalData = null
31  );
32 }
collectTotals( $cartId, \Magento\Quote\Api\Data\PaymentInterface $paymentMethod, $shippingCarrierCode=null, $shippingMethodCode=null, \Magento\Quote\Api\Data\TotalsAdditionalDataInterface $additionalData=null)
$cartId
Definition: quote.php:22