Card

data class Card(    val paymentMethodCreateParams: PaymentMethodCreateParams,     val brand: CardBrand,     val customerRequestedSave: PaymentSelection.CustomerRequestedSave) : PaymentSelection.New

Constructors

Link copied to clipboard
fun Card(    paymentMethodCreateParams: PaymentMethodCreateParams,     brand: CardBrand,     customerRequestedSave: PaymentSelection.CustomerRequestedSave)

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
open override val customerRequestedSave: PaymentSelection.CustomerRequestedSave
Link copied to clipboard
val last4: String
Link copied to clipboard
open override val paymentMethodCreateParams: PaymentMethodCreateParams