You are here

public function ShipmentInterface::setCurrency in Ubercart 8.4

Sets the currency code used for the shipping cost.

Parameters

string $currency: The currency code for this shipment.

Return value

$this

1 method overrides ShipmentInterface::setCurrency()
Shipment::setCurrency in shipping/uc_fulfillment/src/Shipment.php
Sets the currency code used for the shipping cost.

File

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

Class

ShipmentInterface
Provides an interface that defines the Shipment class.

Namespace

Drupal\uc_fulfillment

Code

public function setCurrency($currency);