expiryMonth property

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

The two-digit month when the card expires

Implementation

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