toggle menu
sudovirtualcards
androidJvm
switch theme
search in API
sudovirtualcards
/
com.sudoplatform.sudovirtualcards.types
/
CurrencyVelocity
Currency
Velocity
data
class
CurrencyVelocity
(
val
currency
:
String
,
val
velocity
:
List
<
String
>
)
:
Parcelable
Members
Constructors
Currency
Velocity
Link copied to clipboard
constructor
(
currency
:
String
,
velocity
:
List
<
String
>
)
Properties
currency
Link copied to clipboard
val
currency
:
String
velocity
Link copied to clipboard
val
velocity
:
List
<
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
)