PACECloudSDK
/
cloud.pace.sdk.poikit.poi
/
Price
Price
data class
Price
(type:
FuelType
, name:
String
?, price:
Double
?)
Content copied to clipboard
A fuel price entry, consisting of a
FuelType
, a display name and a price. The price includes VAT.
Constructors
Functions
Properties
Constructors
Price
Link copied to clipboard
fun
Price
(type:
FuelType
, name:
String
?, price:
Double
?)
Content copied to clipboard
Functions
to
String
Link copied to clipboard
open override fun
toString
():
String
Content copied to clipboard
Properties
name
Link copied to clipboard
val
name
:
String
?
Content copied to clipboard
price
Link copied to clipboard
val
price
:
Double
?
Content copied to clipboard
type
Link copied to clipboard
val
type
:
FuelType
Content copied to clipboard