ExpiryInfo

An object representing card expiry info.

PropertyDescriptionTypeMandatory
expireDateThe card expiry date.CardDateYes
hasExpiredIndicates if the card has expired.BoolYes
Copy
Copied
struct ExpiryInfo {
    var expireDate: CardDate
    var hasExpired: Bool
}