airwallex-android
Toggle table of contents
6.3.1
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
airwallex-android
components-core
/
com.airwallex.android.core.model
/
Bank
Bank
data
class
Bank
(
val
name
:
String
,
val
displayName
:
String
,
val
resources
:
BankResources
?
)
:
AirwallexModel
,
Parcelable
Bank information.
Members
Constructors
Bank
Link copied to clipboard
constructor
(
name
:
String
,
displayName
:
String
,
resources
:
BankResources
?
)
Properties
display
Name
Link copied to clipboard
val
displayName
:
String
display name of the bank
name
Link copied to clipboard
val
name
:
String
name of the bank
resources
Link copied to clipboard
val
resources
:
BankResources
?
logo of the bank
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
)