toggle menu
NavigationApp
jvm
switch theme
search in API
navigation-ux-ev-platform
/
com.mapbox.ev.platform.model
/
MarketPlaceOrderResponse
Market
Place
Order
Response
@
Serializable
data
class
MarketPlaceOrderResponse
(
val
nextActions
:
List
<
String
?
>
=
emptyList()
,
val
data
:
EVOrderResponse
)
Members
Constructors
Market
Place
Order
Response
Link copied to clipboard
constructor
(
nextActions
:
List
<
String
?
>
=
emptyList()
,
data
:
EVOrderResponse
)
Properties
data
Link copied to clipboard
val
data
:
EVOrderResponse
next
Actions
Link copied to clipboard
val
nextActions
:
List
<
String
?
>