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
/
Price
Price
data
class
Price
(
val
currency
:
String
,
val
type
:
String
,
val
value
:
Double
)
Members
Constructors
Price
Link copied to clipboard
constructor
(
currency
:
String
,
type
:
String
,
value
:
Double
)
Properties
currency
Link copied to clipboard
@
SerializedName
(
value
=
"currency"
)
val
currency
:
String
type
Link copied to clipboard
@
SerializedName
(
value
=
"type"
)
val
type
:
String
value
Link copied to clipboard
@
SerializedName
(
value
=
"value"
)
val
value
:
Double