You are here

public function OrderInterface::setTotalPaid in Commerce Core 8.2

Sets the total paid price.

Parameters

\Drupal\commerce_price\Price $total_paid: The total paid price.

1 method overrides OrderInterface::setTotalPaid()
Order::setTotalPaid in modules/order/src/Entity/Order.php
Sets the total paid price.

File

modules/order/src/Entity/OrderInterface.php, line 290

Class

OrderInterface
Defines the interface for orders.

Namespace

Drupal\commerce_order\Entity

Code

public function setTotalPaid(Price $total_paid);