useLuhnValidation property
this will force validation of the card number means it will apply luhn algorithm to the card number
Implementation
final bool useLuhnValidation;
this will force validation of the card number means it will apply luhn algorithm to the card number
final bool useLuhnValidation;