RyderDTO

@JsonClass(generateAdapter = true)
data class RyderDTO(@Json(name = "fares") val fares: List<FareDTO>, @Json(name = "subtext") val subtext: String?)

Constructors

Link copied to clipboard
constructor(@Json(name = "fares") fares: List<FareDTO>, @Json(name = "subtext") subtext: String?)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard