startMonth property

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

The month component of the start date (for some UK debit cards only).

Implementation

@BuiltValueField(wireName: r'startMonth')
String? get startMonth;