You are here

public function InvoiceItemInterface::getTotalPrice in Commerce Invoice 8.2

Gets the invoice item total price.

Return value

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

1 method overrides InvoiceItemInterface::getTotalPrice()
InvoiceItem::getTotalPrice in src/Entity/InvoiceItem.php
Gets the invoice item total price.

File

src/Entity/InvoiceItemInterface.php, line 128

Class

InvoiceItemInterface
Defines the interface for invoice items.

Namespace

Drupal\commerce_invoice\Entity

Code

public function getTotalPrice();