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.payments.bankaccount
/
CollectBankAccountConfiguration
/
USBankAccount
USBank
Account
class
USBankAccount
(
val
name
:
String
,
val
email
:
String
?
)
:
CollectBankAccountConfiguration
Members
Constructors
USBank
Account
Link copied to clipboard
constructor
(
name
:
String
,
email
:
String
?
)
Properties
email
Link copied to clipboard
val
email
:
String
?
name
Link copied to clipboard
val
name
:
String
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
)