month property

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

The month in which the card will expire.

Implementation

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