api-hapi
/
de.jlnstrk.transit.api.hapi.model.tariff
/
HapiTicket
Hapi
Ticket
data class
HapiTicket
(name:
String
, desc:
String
?, price:
Int
, cur:
String
, shpCtx:
String
, fromLeg:
Int
?, toLeg:
Int
?, param:
List
<
HapiPair
>)
Content copied to clipboard
Properties
Properties
cur
Link copied to clipboard
val
cur
:
String
Content copied to clipboard
desc
Link copied to clipboard
val
desc
:
String
?
Content copied to clipboard
fromLeg
Link copied to clipboard
val
fromLeg
:
Int
?
Content copied to clipboard
First leg this ticket is valid for.
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
param
Link copied to clipboard
val
param
:
List
<
HapiPair
>
Content copied to clipboard
price
Link copied to clipboard
val
price
:
Int
= 0
Content copied to clipboard
shpCtx
Link copied to clipboard
val
shpCtx
:
String
Content copied to clipboard
toLeg
Link copied to clipboard
val
toLeg
:
Int
?
Content copied to clipboard
Last leg this ticket is valid for.