Fare

data class Fare(fares: List<EfaFare>?, tickets: List<EfaTicket>?, tariffZones: List<EfaTariffZone>?, specialTickets: List<EfaTicket>?)

Describes the json structure encoding trip fare information. Appears at $.trips[].itdFare

Constructors

Fare
Link copied to clipboard
fun Fare(fares: List<EfaFare>?, tickets: List<EfaTicket>?, tariffZones: List<EfaTariffZone>?, specialTickets: List<EfaTicket>?)

Properties

fares
Link copied to clipboard
val fares: List<EfaFare>?

The fares associated with this trip

specialTickets
Link copied to clipboard
val specialTickets: List<EfaTicket>?

The special tickets associated with this trip

tariffZones
Link copied to clipboard
val tariffZones: List<EfaTariffZone>?

The tariff zones used by this trip

tickets
Link copied to clipboard
val tickets: List<EfaTicket>?

The tickets associated with this trip