You are here

public function TransactionDataEvent::getMetadata in Commerce Stripe 8

Get the transaction metadata.

Return value

array The metadata.

File

src/Event/TransactionDataEvent.php, line 82

Class

TransactionDataEvent
Defines the transaction data event.

Namespace

Drupal\commerce_stripe\Event

Code

public function getMetadata() {
  return $this->metadata;
}