Log in
Model

Cctype

Magento\Payment\Model\Source\Cctype

What it does

This source model provides a list of credit card types (Visa, MasterCard, etc.) that can be used in Magento's payment configuration.

Developers use this class to populate dropdown options in the admin panel for selecting allowed credit card types, and it can be filtered to show only specific card types allowed by a payment method.

Public Methods

  • getAllowedTypes()
  • setAllowedTypes()
  • toOptionArray()