You are here

public function CreditCardType::getSecurityCodeLength in Commerce Core 8.2

Gets the credit card type security code length.

Return value

string The credit card type security code length.

File

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

Class

CreditCardType
Represents a credit card type.

Namespace

Drupal\commerce_payment

Code

public function getSecurityCodeLength() : string {
  return $this->securityCodeLength;
}