api-hapi
/
de.jlnstrk.transit.api.hapi.model.tariff
/
HapiFareItem
Hapi
Fare
Item
data class
HapiFareItem
(name:
String
, desc:
String
?, price:
Int
, cur:
String
?, shpCtx:
String
?, fromLeg:
Int
?, toLeg:
Int
?, ticket:
List
<
HapiTicket
>, 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 fare item 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
ticket
Link copied to clipboard
val
ticket
:
List
<
HapiTicket
>
Content copied to clipboard
toLeg
Link copied to clipboard
val
toLeg
:
Int
?
Content copied to clipboard
Last leg this fare item is valid for.