CardExpiryDate

data class CardExpiryDate(val month: Int, val year: Int)

Data class containing the expiration information for a card.

Constructors

Link copied to clipboard
constructor(month: Int, year: Int)

Properties

Link copied to clipboard
val month: Int

Month of expiration.

Link copied to clipboard
val year: Int

Year of expiration.