You are here

public function OrderInterface::getTotalPaid in Commerce Core 8.2

Gets the total paid price.

Return value

\Drupal\commerce_price\Price|null The total paid price, or NULL.

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

File

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

Class

OrderInterface
Defines the interface for orders.

Namespace

Drupal\commerce_order\Entity

Code

public function getTotalPaid();