You are here

protected property PaymentGatewayBase::$paymentMethodTypes in Commerce Core 8.2

The payment method types handled by the gateway.

Type: \Drupal\commerce_payment\Plugin\Commerce\PaymentMethodType\PaymentMethodTypeInterface[]

File

modules/payment/src/Plugin/Commerce/PaymentGateway/PaymentGatewayBase.php, line 69

Class

PaymentGatewayBase
Provides the base class for payment gateways.

Namespace

Drupal\commerce_payment\Plugin\Commerce\PaymentGateway

Code

protected $paymentMethodTypes;