expiryDate property
Date after which the card cannot be used. If EMV expiry date is present, it overrides Track2 information. Format is MMYY.
Implementation
@BuiltValueField(wireName: r'ExpiryDate')
int? get expiryDate;
Date after which the card cannot be used. If EMV expiry date is present, it overrides Track2 information. Format is MMYY.
@BuiltValueField(wireName: r'ExpiryDate')
int? get expiryDate;