enableLuhnCheck property
Scanned card numbers are put to "Luhn" algorithm check. Only if it passes the check , then its considered as a valid credit/debit card.
Defaults to true since all real cards must pass Luhn
algorithm
Implementation
final bool enableLuhnCheck;