You are here

public function ShipmentInterface::getCost in Ubercart 8.4

Returns the shipping cost for this shipment.

Return value

float The shipping cost.

1 method overrides ShipmentInterface::getCost()
Shipment::getCost in shipping/uc_fulfillment/src/Shipment.php
Returns the shipping cost for this shipment.

File

shipping/uc_fulfillment/src/ShipmentInterface.php, line 172

Class

ShipmentInterface
Provides an interface that defines the Shipment class.

Namespace

Drupal\uc_fulfillment

Code

public function getCost();