You are here

public function PaymentDeclinedEvent::getOrder in Commerce Recurring Framework 8

Gets the order.

Return value

\Drupal\commerce_order\Entity\OrderInterface The order.

File

src/Event/PaymentDeclinedEvent.php, line 82

Class

PaymentDeclinedEvent
Defines the payment declined event.

Namespace

Drupal\commerce_recurring\Event

Code

public function getOrder() {
  return $this->order;
}