You are here

PayflowInterface.php in Commerce PayPal 8

File

src/Plugin/Commerce/PaymentGateway/PayflowInterface.php
View source
<?php

namespace Drupal\commerce_paypal\Plugin\Commerce\PaymentGateway;

use Drupal\commerce_payment\Plugin\Commerce\PaymentGateway\OnsitePaymentGatewayInterface;
use Drupal\commerce_payment\Plugin\Commerce\PaymentGateway\SupportsAuthorizationsInterface;
use Drupal\commerce_payment\Plugin\Commerce\PaymentGateway\SupportsRefundsInterface;

/**
 * Provides the interface for the Payflow payment gateway.
 */
interface PayflowInterface extends OnsitePaymentGatewayInterface, SupportsAuthorizationsInterface, SupportsRefundsInterface {

}

Interfaces

Namesort descending Description
PayflowInterface Provides the interface for the Payflow payment gateway.