You are here

public function ShipmentInterface::getTotalDeclaredValue in Commerce Shipping 8.2

Gets the total declared value.

Represents the sum of the declared values of all shipment items.

Return value

\Drupal\commerce_price\Price The total declared value.

1 method overrides ShipmentInterface::getTotalDeclaredValue()
Shipment::getTotalDeclaredValue in src/Entity/Shipment.php
Gets the total declared value.

File

src/Entity/ShipmentInterface.php, line 223

Class

ShipmentInterface
Defines the interface for shipments.

Namespace

Drupal\commerce_shipping\Entity

Code

public function getTotalDeclaredValue();