You are here

public function ShipmentInterface::setAccessorials in Ubercart 8.4

Sets the shipping quote accessorials of this shipment.

Parameters

string $accessorials: The accessorials.

Return value

$this

1 method overrides ShipmentInterface::setAccessorials()
Shipment::setAccessorials in shipping/uc_fulfillment/src/Shipment.php
Sets the shipping quote accessorials of this shipment.

File

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

Class

ShipmentInterface
Provides an interface that defines the Shipment class.

Namespace

Drupal\uc_fulfillment

Code

public function setAccessorials($accessorials);