toggle menu
Moove Documentation
androidJvm
switch theme
search in API
tickets
/
com.moove.tickets.presentation.list.model
/
RyderModel
Ryder
Model
data
class
RyderModel
(
val
id
:
String
,
val
fares
:
List
<
FareModel
>
,
val
subtext
:
String
?
)
:
Parcelable
Members
Constructors
Ryder
Model
Link copied to clipboard
constructor
(
id
:
String
,
fares
:
List
<
FareModel
>
,
subtext
:
String
?
)
Properties
fares
Link copied to clipboard
val
fares
:
List
<
FareModel
>
id
Link copied to clipboard
val
id
:
String
subtext
Link copied to clipboard
val
subtext
:
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
)