GenericPaymentMethod

data class GenericPaymentMethod(val labelResource: String, @DrawableRes val iconResource: Int, val paymentMethodCreateParams: PaymentMethodCreateParams, val customerRequestedSave: PaymentSelection.CustomerRequestedSave) : PaymentSelection.New

Constructors

Link copied to clipboard
fun GenericPaymentMethod(labelResource: String, @DrawableRes iconResource: Int, paymentMethodCreateParams: PaymentMethodCreateParams, 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
Link copied to clipboard