public function InvoiceInterface::getTotalPaid in Commerce Invoice 8.2
Gets the total paid price.
Return value
\Drupal\commerce_price\Price|null The total paid price, or NULL.
1 method overrides InvoiceInterface::getTotalPaid()
- Invoice::getTotalPaid in src/
Entity/ Invoice.php - Gets the total paid price.
File
- src/
Entity/ InvoiceInterface.php, line 257
Class
- InvoiceInterface
- Defines the interface for invoices.
Namespace
Drupal\commerce_invoice\EntityCode
public function getTotalPaid();