ExpiryDate

data class ExpiryDate(val expiryMonth: Int, val expiryYear: Int)

Expiry date.

Parameters

expiryMonth

1 based month value. Valid values are 1-12, 1 being January and 12 being December.

expiryYear

4 digit year (i.e. 2024)

Constructors

Link copied to clipboard
constructor(expiryMonth: Int, expiryYear: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Convert this instance to a date string with the "MM/yy" format.