ConsumerPaymentDetailsCreateParams

sealed class ConsumerPaymentDetailsCreateParams : StripeParamsModel, Parcelable

Model for Link Payment Method creation parameters, used for 'consumers/payment_details' endpoint.

Types

Link copied to clipboard
class Card(cardPaymentMethodCreateParamsMap: Map<String, Any>, email: String) : ConsumerPaymentDetailsCreateParams

Represents a new Card payment method that will be created using the cardPaymentMethodCreateParamsMap values, converting from the PaymentMethodCreateParams format to ConsumerPaymentDetailsCreateParams format.

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
open override fun toParamMap(): Map<String, Any>
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Inheritors

Link copied to clipboard