BacsDebit

data class BacsDebit(var accountNumber: String, var sortCode: String) : StripeParamsModel, Parcelable

BACS bank account details

See https://stripe.com/docs/api/payment_methods/create#create_payment_method-bacs_debit

Constructors

Link copied to clipboard
fun BacsDebit(accountNumber: String, sortCode: String)

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)

Properties

Link copied to clipboard
var accountNumber: String

The bank account number (e.g. 00012345)

Link copied to clipboard
var sortCode: String

The sort code of the bank account (e.g. 10-88-00)