You are here

public function ShipmentInterface::getTransactionId in Ubercart 8.4

Returns the transaction ID of this shipment.

Return value

string The transaction ID.

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

File

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

Class

ShipmentInterface
Provides an interface that defines the Shipment class.

Namespace

Drupal\uc_fulfillment

Code

public function getTransactionId();