You are here

protected property CreditCardType::$numberLengths in Commerce Core 8.2

The credit card type number lengths.

Type: array

File

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

Class

CreditCardType
Represents a credit card type.

Namespace

Drupal\commerce_payment

Code

protected $numberLengths = [
  16,
];