cardNumber property
A minimum of the first six digits of the card number. The full card number gives the best result. You must be fully PCI compliant to collect raw card data. Alternatively, you can use the encryptedCardNumber field.
Implementation
@BuiltValueField(wireName: r'cardNumber')
String? get cardNumber;