toggle menu
NavigationApp
jvm
switch theme
search in API
navigation-ux-ev-platform
/
com.mapbox.ev.platform.model
/
EVOrderItem
EVOrder
Item
@
Serializable
data
class
EVOrderItem
(
val
cost
:
Int
,
val
itemId
:
String
,
val
price
:
Int
,
val
quantity
:
String
,
val
subLocationId
:
Int
,
val
uom
:
String
)
Members
Constructors
EVOrder
Item
Link copied to clipboard
constructor
(
cost
:
Int
,
itemId
:
String
,
price
:
Int
,
quantity
:
String
,
subLocationId
:
Int
,
uom
:
String
)
Properties
cost
Link copied to clipboard
val
cost
:
Int
item
Id
Link copied to clipboard
val
itemId
:
String
price
Link copied to clipboard
val
price
:
Int
quantity
Link copied to clipboard
val
quantity
:
String
sub
Location
Id
Link copied to clipboard
val
subLocationId
:
Int
uom
Link copied to clipboard
val
uom
:
String