ConsumerPaymentDetailsCreateParams
Inheritors
Types
Link copied to clipboard
Link copied to clipboard
data class Card(cardPaymentMethodCreateParamsMap: Map<String, Any>, email: String, active: Boolean) : ConsumerPaymentDetailsCreateParams
Represents a new Card payment method that will be created using the cardPaymentMethodCreateParamsMap values, converting from the PaymentMethodCreateParams
format to ConsumerPaymentDetailsCreateParams format.