cardBin property
The first six digits of the card number. This is the Bank Identification Number (BIN) for card numbers with a six-digit BIN. Example: 521234
Implementation
@BuiltValueField(wireName: r'cardBin')
String? get cardBin;
The first six digits of the card number. This is the Bank Identification Number (BIN) for card numbers with a six-digit BIN. Example: 521234
@BuiltValueField(wireName: r'cardBin')
String? get cardBin;