startMonth property

  1. @BuiltValueField.new(wireName: r'startMonth')
String? get startMonth

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;