GenericPaymentMethod
data class GenericPaymentMethod( val labelResource: String, @DrawableRes val iconResource: Int, val paymentMethodCreateParams: PaymentMethodCreateParams, val customerRequestedSave: PaymentSelection.CustomerRequestedSave) : PaymentSelection.New
Content copied to clipboard
Constructors
Link copied to clipboard
fun GenericPaymentMethod( labelResource: String, @DrawableRes iconResource: Int, paymentMethodCreateParams: PaymentMethodCreateParams, customerRequestedSave: PaymentSelection.CustomerRequestedSave)
Content copied to clipboard
Functions
Properties
Link copied to clipboard
open override val customerRequestedSave: PaymentSelection.CustomerRequestedSave
Content copied to clipboard