stripe-android
payments-core
/
com.stripe.android.payments.bankaccount
/
CollectBankAccountConfiguration
/
USBankAccount
USBank
Account
data
class
USBankAccount
(
val
name
:
String
,
val
email
:
String
?
)
:
CollectBankAccountConfiguration
,
Parcelable
Constructors
Functions
Properties
Constructors
USBank
Account
Link copied to clipboard
fun
USBankAccount
(
name
:
String
,
email
:
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
)
Properties
email
Link copied to clipboard
val
email
:
String
?
name
Link copied to clipboard
val
name
:
String