toggle menu
Moove Documentation
androidJvm
switch theme
search in API
tickets
/
com.moove.tickets.domain.model
Package-level
declarations
Types
Types
Fare
Link copied to clipboard
data
class
Fare
(
val
description
:
String
,
val
price
:
Float
)
Ryder
Link copied to clipboard
data
class
Ryder
(
val
id
:
String
,
val
fares
:
List
<
Fare
>
,
val
subtext
:
String
?
)