stripe-android
payments-core
/
com.stripe.android.model
/
CustomerBankAccount
Customer
Bank
Account
data
class
CustomerBankAccount
(
val
bankAccount
:
BankAccount
)
:
CustomerPaymentSource
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Customer
Bank
Account
Link copied to clipboard
fun
CustomerBankAccount
(
bankAccount
:
BankAccount
)
Content copied to clipboard
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
Content copied to clipboard
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)
Content copied to clipboard
Properties
bankAccount
Link copied to clipboard
val
bankAccount
:
BankAccount
Content copied to clipboard
id
Link copied to clipboard
open
override
val
id
:
String
?
Content copied to clipboard
tokenizationMethod
Link copied to clipboard
open
override
val
tokenizationMethod
:
TokenizationMethod
?
Content copied to clipboard