toggle menu
stripe-android
androidJvm
switch theme
search in API
payments-core
/
com.stripe.android.view
/
BecsDebitBanks
/
Bank
Bank
data
class
Bank
(
val
prefix
:
String
,
val
name
:
String
)
:
Parcelable
Members
Constructors
Bank
Link copied to clipboard
constructor
(
prefix
:
String
,
name
:
String
)
Properties
name
Link copied to clipboard
val
name
:
String
prefix
Link copied to clipboard
val
prefix
:
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
)