expiryDate property

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

The expiry date on the card. Example: 6/2016 > Returned only in case of a card payment.

Implementation

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