expiryYear property
The expiry year of the card. Format: four digits. For example: 2020
Implementation
@BuiltValueField(wireName: r'expiryYear')
String? get expiryYear;
The expiry year of the card. Format: four digits. For example: 2020
@BuiltValueField(wireName: r'expiryYear')
String? get expiryYear;