You are here

public function CreditCardType::getNumberPrefixes in Commerce Core 8.2

Gets the credit card type number prefixes.

Return value

array The credit card type number prefixes.

File

modules/payment/src/CreditCardType.php, line 105

Class

CreditCardType
Represents a credit card type.

Namespace

Drupal\commerce_payment

Code

public function getNumberPrefixes() : array {
  return $this->numberPrefixes;
}