stripe-android
financial-connections
/
com.stripe.android.financialconnections.model
/
BankAccount
Bank
Account
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
data
class
BankAccount
(
val
id
:
String
,
val
last4
:
String
,
val
bankName
:
String
?
=
null
,
val
routingNumber
:
String
?
=
null
)
:
PaymentAccount
Constructors
Functions
Properties
Constructors
Bank
Account
Link copied to clipboard
fun
BankAccount
(
id
:
String
,
last4
:
String
,
bankName
:
String
?
=
null
,
routingNumber
:
String
?
=
null
)
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
Name
Link copied to clipboard
val
bankName
:
String
?
=
null
id
Link copied to clipboard
val
id
:
String
last4
Link copied to clipboard
val
last4
:
String
routing
Number
Link copied to clipboard
val
routingNumber
:
String
?
=
null