You are here

public function Shipment::getTransactionId in Ubercart 8.4

Returns the transaction ID of this shipment.

Return value

string The transaction ID.

Overrides ShipmentInterface::getTransactionId

File

shipping/uc_fulfillment/src/Shipment.php, line 202

Class

Shipment
Defines the Shipment class.

Namespace

Drupal\uc_fulfillment

Code

public function getTransactionId() {
  return $this->transaction_id;
}