You are here

public function InvoiceInterface::recalculateTotalPrice in Commerce Invoice 8.2

Recalculates the invoice total price.

Return value

$this

1 method overrides InvoiceInterface::recalculateTotalPrice()
Invoice::recalculateTotalPrice in src/Entity/Invoice.php
Recalculates the invoice total price.

File

src/Entity/InvoiceInterface.php, line 239

Class

InvoiceInterface
Defines the interface for invoices.

Namespace

Drupal\commerce_invoice\Entity

Code

public function recalculateTotalPrice();