You are here

class PayflowLinkRequestEvent in Commerce PayPal 8

Defines the Payflow Link request event.

Hierarchy

Expanded class hierarchy of PayflowLinkRequestEvent

See also

\Drupal\commerce_paypal\Event\CommercePaypalEvents

1 file declares its use of PayflowLinkRequestEvent
PayflowLink.php in src/Plugin/Commerce/PaymentGateway/PayflowLink.php

File

src/Event/PayflowLinkRequestEvent.php, line 10

Namespace

Drupal\commerce_paypal\Event
View source
class PayflowLinkRequestEvent extends ExpressCheckoutRequestEvent {

}

Members

Namesort descending Modifiers Type Description Overrides
ExpressCheckoutRequestEvent::$nvpData protected property The NVP API data array.
ExpressCheckoutRequestEvent::$order protected property The order.
ExpressCheckoutRequestEvent::getNvpData public function Gets the NVP API data array.
ExpressCheckoutRequestEvent::getOrder public function Gets the order.
ExpressCheckoutRequestEvent::setNvpData public function Sets the NVP API data array.
ExpressCheckoutRequestEvent::__construct public function Constructs a new ExpressCheckoutRequestEvent object.