stripe-android
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
stripe-android
payments-core
/
com.stripe.android.model
/
CustomerBankAccount
Customer
Bank
Account
data
class
CustomerBankAccount
(
val
bankAccount
:
BankAccount
)
:
CustomerPaymentSource
Members
Constructors
Customer
Bank
Account
Link copied to clipboard
constructor
(
bankAccount
:
BankAccount
)
Properties
bank
Account
Link copied to clipboard
val
bankAccount
:
BankAccount
id
Link copied to clipboard
open
override
val
id
:
String
?
tokenization
Method
Link copied to clipboard
open
override
val
tokenizationMethod
:
TokenizationMethod
?
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)