You are here

public function PaymentGatewayInterface::getCreditCardTypes in Commerce Core 8.2

Gets the credit card types handled by the gateway.

Return value

\Drupal\commerce_payment\CreditCardType[] The credit card types.

1 method overrides PaymentGatewayInterface::getCreditCardTypes()
PaymentGatewayBase::getCreditCardTypes in modules/payment/src/Plugin/Commerce/PaymentGateway/PaymentGatewayBase.php
Gets the credit card types handled by the gateway.

File

modules/payment/src/Plugin/Commerce/PaymentGateway/PaymentGatewayInterface.php, line 99

Class

PaymentGatewayInterface
Defines the base interface for payment gateways.

Namespace

Drupal\commerce_payment\Plugin\Commerce\PaymentGateway

Code

public function getCreditCardTypes();