ExpiryInfo
An object representing card expiry info.
Property | Description | Type | Mandatory |
---|---|---|---|
expireDate | The card expiry date. | CardDate | Yes |
hasExpired | Indicates if the card has expired. | Bool | Yes |
struct ExpiryInfo {
var expireDate: CardDate
var hasExpired: Bool
}