stripe-android
androidJvm
payments-core
/
com.stripe.android.model
/
CustomerBankAccount
Customer
Bank
Account
data
class
CustomerBankAccount
(
val
bankAccount
:
BankAccount
)
:
CustomerPaymentSource
Constructors
Functions
Properties
Constructors
Customer
Bank
Account
Link copied to clipboard
constructor
(
bankAccount
:
BankAccount
)
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
)
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
?