expiryMonth property

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

The card expiry month. Only collect raw card data if you are fully PCI compliant.

Implementation

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