CreditCardInfo

class CreditCardInfo(val number: String, val month: Int, val year: Int, val cvc: String) : Parcelable

Constructors

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

Properties

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

Functions

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