PaymentMethodCreateParams
Model for PaymentMethod creation parameters.
Used by Stripe.createPaymentMethod and Stripe.createPaymentMethodSynchronous.
See PaymentMethod for API object.
Types
Link copied to clipboard
Link copied to clipboard
BACS bank account details
Link copied to clipboard
Link copied to clipboard
Encapsulates parameters used to create PaymentMethodCreateParams when using Cash App Pay.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class Link(paymentDetailsId: String, consumerSessionClientSecret: String, extraParams: Map<String, Any>? = null) : StripeParamsModel, Parcelable
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Encapsulates parameters used to create PaymentMethodCreateParams when using Swish.
Link copied to clipboard
Link copied to clipboard