ConsumerPaymentDetailsCreateParams
sealed class ConsumerPaymentDetailsCreateParams : StripeParamsModel, Parcelable
Content copied to clipboard
Model for Link Payment Method creation parameters, used for 'consumers/payment_details' endpoint.
Types
Link copied to clipboard
class Card(cardPaymentMethodCreateParamsMap: Map<String, Any>) : ConsumerPaymentDetailsCreateParams
Content copied to clipboard
Represents a new Card payment method that will be created using the cardPaymentMethodCreateParamsMap values, converting from the PaymentMethodCreateParams format to ConsumerPaymentDetailsCreateParams format.