New
Types
Link copied to clipboard
data class Card(val paymentMethodCreateParams: PaymentMethodCreateParams, val brand: CardBrand, val customerRequestedSave: PaymentSelection.CustomerRequestedSave) : PaymentSelection.New
Link copied to clipboard
data class GenericPaymentMethod(val labelResource: String, @DrawableRes val iconResource: Int, val paymentMethodCreateParams: PaymentMethodCreateParams, val customerRequestedSave: PaymentSelection.CustomerRequestedSave) : PaymentSelection.New
Link copied to clipboard
Link copied to clipboard
data class USBankAccount(val labelResource: String, @DrawableRes val iconResource: Int, val bankName: String, val last4: String, val financialConnectionsSessionId: String, val intentId: String, val paymentMethodCreateParams: PaymentMethodCreateParams, val customerRequestedSave: PaymentSelection.CustomerRequestedSave) : PaymentSelection.New