woosmap-sdk
Toggle table of contents
1.1.8
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
woosmap-sdk
woosmap-sdk
/
com.woosmap.sdk.api.distance
/
Fare
Fare
data
class
Fare
(
val
id
:
String
?
,
val
name
:
String
?
,
val
paymentMethods
:
List
<
String
>
?
,
val
price
:
Price
?
,
val
reason
:
String
?
,
val
transponders
:
List
<
Transponder
>
?
,
val
pass
:
Pass
?
)
Members
Constructors
Fare
Link copied to clipboard
constructor
(
id
:
String
?
,
name
:
String
?
,
paymentMethods
:
List
<
String
>
?
,
price
:
Price
?
,
reason
:
String
?
,
transponders
:
List
<
Transponder
>
?
,
pass
:
Pass
?
)
Properties
id
Link copied to clipboard
@
SerializedName
(
value
=
"id"
)
val
id
:
String
?
name
Link copied to clipboard
@
SerializedName
(
value
=
"name"
)
val
name
:
String
?
pass
Link copied to clipboard
@
SerializedName
(
value
=
"pass"
)
val
pass
:
Pass
?
payment
Methods
Link copied to clipboard
@
SerializedName
(
value
=
"paymentMethods"
)
val
paymentMethods
:
List
<
String
>
?
price
Link copied to clipboard
@
SerializedName
(
value
=
"price"
)
val
price
:
Price
?
reason
Link copied to clipboard
@
SerializedName
(
value
=
"reason"
)
val
reason
:
String
?
transponders
Link copied to clipboard
@
SerializedName
(
value
=
"transponders"
)
val
transponders
:
List
<
Transponder
>
?