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