startMonth property
The month when the card was issued. Applies only to some UK debit cards. Format: two digits. Add a leading zero for single-digit months. For example: * 03 = March * 11 = November
Implementation
@BuiltValueField(wireName: r'startMonth')
String? get startMonth;