startYear property
The year when the card was issued. Applies only to some UK debit cards. Format: four digits. For example: 2020
Implementation
@BuiltValueField(wireName: r'startYear')
String? get startYear;
The year when the card was issued. Applies only to some UK debit cards. Format: four digits. For example: 2020
@BuiltValueField(wireName: r'startYear')
String? get startYear;