PaymentMethodCreateParams
Model for PaymentMethod creation parameters.
Used by Stripe.createPaymentMethod and Stripe.createPaymentMethodSynchronous.
See PaymentMethod for API object.
Types
Link copied to clipboard
data class AuBecsDebit(bsbNumber: String, accountNumber: String) : StripeParamsModel, Parcelable
Content copied to clipboard
Link copied to clipboard
data class BacsDebit(accountNumber: String, sortCode: String) : StripeParamsModel, Parcelable
Content copied to clipboard
BACS bank account details
Link copied to clipboard
data class Card @RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP] ) constructor(number: String?, expiryMonth: Int?, expiryYear: Int?, cvc: String?, token: String?, attribution: Set<String>?) : StripeParamsModel, Parcelable
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class USBankAccount(accountNumber: String, routingNumber: String, accountType: PaymentMethod.USBankAccount.USBankAccountType, accountHolderType: PaymentMethod.USBankAccount.USBankAccountHolderType) : StripeParamsModel, Parcelable
Content copied to clipboard