Expiry

data class Expiry(val mm: String, val yyyy: String) : Parcelable

The representation of expiry information for a virtual card in the Sudo Platform Virtual Cards SDK.

Constructors

Link copied to clipboard
constructor(mm: String, yyyy: String)

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

Link copied to clipboard
val mm: String

String Month in the format MM - e.g. 12.

Link copied to clipboard

String Year in the format YYYY - e.g. 2020.