toggle menu
NavigationApp
jvm
switch theme
search in API
navigation-ux-ev-platform
/
com.mapbox.ev.platform.model
/
EVOrder
EVOrder
@
Serializable
data
class
EVOrder
(
val
currency
:
String
,
val
orderItems
:
List
<
EVOrderItem
>
,
val
status
:
String
,
val
updatedDate
:
String
)
Members
Constructors
EVOrder
Link copied to clipboard
constructor
(
currency
:
String
,
orderItems
:
List
<
EVOrderItem
>
,
status
:
String
,
updatedDate
:
String
)
Properties
currency
Link copied to clipboard
val
currency
:
String
order
Items
Link copied to clipboard
val
orderItems
:
List
<
EVOrderItem
>
status
Link copied to clipboard
val
status
:
String
updated
Date
Link copied to clipboard
val
updatedDate
:
String