Card

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

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