gtfs-library
0.2.2
jvm
gtfs-library
/
xyz.malkki.gtfs.model
/
FareAttribute
/
FareAttribute
Fare
Attribute
constructor
(
fareId
:
String
,
price
:
Double
,
currencyType
:
String
,
paymentMethod
:
Int
,
transfers
:
Int
?
=
null
,
agencyId
:
String
?
=
null
,
transferDuration
:
Duration
?
=
null
)