Stripe Card Provider Completion Data
data class StripeCardProviderCompletionData(val provider: String = ProviderDefaults.stripeProvider, val version: Int = ProviderDefaults.version, val paymentMethod: String, val type: FundingSourceType = FundingSourceType.CREDIT_CARD) : ProviderCompletionData
Representation of StripeCardProviderCompletionData sent to the provider and used to complete the funding source creation.
Constructors
Link copied to clipboard
constructor(provider: String = ProviderDefaults.stripeProvider, version: Int = ProviderDefaults.version, paymentMethod: String, type: FundingSourceType = FundingSourceType.CREDIT_CARD)
Properties
Link copied to clipboard
String Specifies payment method bound to confirmed setup intent.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard