You are here

public function ShipmentInterface::setTransactionId in Ubercart 8.4

Sets the transaction ID of this shipment.

Parameters

string $transaction_id: The transaction ID.

Return value

$this

1 method overrides ShipmentInterface::setTransactionId()
Shipment::setTransactionId in shipping/uc_fulfillment/src/Shipment.php
Sets the transaction ID of this shipment.

File

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

Class

ShipmentInterface
Provides an interface that defines the Shipment class.

Namespace

Drupal\uc_fulfillment

Code

public function setTransactionId($transaction_id);