/tripkit/CommonCoreLegacy/com.skedgo.tripkit.routing/Ticket
Ticket
\ data class Ticket(val cost: Double = 0.0, val exchange: Double = 0.0, val fareID: String? = null, val name: String, val price: Double = 0.0, val purchasedTickets: List<PurchasedTicket>? = null, val value: Long)
Constructors
| Ticket | constructor(cost: Double = 0.0, exchange: Double = 0.0, fareID: String? = null, name: String, price: Double = 0.0, purchasedTickets: List<PurchasedTicket>? = null, value: Long) |
Properties
| Name | Summary |
|---|---|
| cost | val cost: Double = 0.0 |
| exchange | val exchange: Double = 0.0 |
| fareID | val fareID: String? = null |
| name | val name: String |
| price | val price: Double = 0.0 |
| purchasedTickets | val purchasedTickets: List<PurchasedTicket>? = null |
| value | val value: Long |