ConfirmStripeIntentParamsFactory

Types

Link copied to clipboard

Functions

Link copied to clipboard
fun create(paymentMethod: PaymentMethod, requiresSaveOnConfirmation: Boolean = false): T
abstract fun create(createParams: PaymentMethodCreateParams, optionsParams: PaymentMethodOptionsParams? = null): T
abstract fun create(paymentMethodId: String, paymentMethodType: PaymentMethod.Type?, requiresSaveOnConfirmation: Boolean = false): T