Card
data class Card( val paymentMethodCreateParams: PaymentMethodCreateParams, val brand: CardBrand, val customerRequestedSave: PaymentSelection.CustomerRequestedSave) : PaymentSelection.New
Content copied to clipboard
Constructors
Link copied to clipboard
fun Card( paymentMethodCreateParams: PaymentMethodCreateParams, brand: CardBrand, customerRequestedSave: PaymentSelection.CustomerRequestedSave)
Content copied to clipboard
Functions
Properties
Link copied to clipboard
open override val customerRequestedSave: PaymentSelection.CustomerRequestedSave
Content copied to clipboard