Validated

data class Validated(val month: Int, val year: Int) : ExpirationDate

Constructors

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

Properties

Link copied to clipboard
val month: Int
Link copied to clipboard
val year: Int