Card

data class Card(    val id: String,     val isDefault: Boolean,     val expiryYear: Int,     val expiryMonth: Int,     val brand: CardBrand,     val last4: String) : ConsumerPaymentDetails.PaymentDetails

Constructors

Link copied to clipboard
fun Card(    id: String,     isDefault: Boolean,     expiryYear: Int,     expiryMonth: Int,     brand: CardBrand,     last4: String)

Types

Link copied to clipboard
object Companion

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 brand: CardBrand
Link copied to clipboard
val expiryMonth: Int
Link copied to clipboard
val expiryYear: Int
Link copied to clipboard
open override val id: String
Link copied to clipboard
open override val isDefault: Boolean
Link copied to clipboard
val last4: String
Link copied to clipboard
open val type: String