toggle menu
NavigationApp
jvm
switch theme
search in API
navigation-ux-ev-platform
/
com.mapbox.ev.platform.model
/
EVOrderResponse
EVOrder
Response
@
Serializable
data
class
EVOrderResponse
(
val
locationId
:
Int
,
val
merchantId
:
String
,
val
merchantOrderId
:
Int
,
val
orderId
:
String
,
val
orders
:
List
<
EVOrder
>
,
val
status
:
String
,
val
userId
:
String
)
Members
Constructors
EVOrder
Response
Link copied to clipboard
constructor
(
locationId
:
Int
,
merchantId
:
String
,
merchantOrderId
:
Int
,
orderId
:
String
,
orders
:
List
<
EVOrder
>
,
status
:
String
,
userId
:
String
)
Properties
location
Id
Link copied to clipboard
val
locationId
:
Int
merchant
Id
Link copied to clipboard
val
merchantId
:
String
merchant
Order
Id
Link copied to clipboard
val
merchantOrderId
:
Int
order
Id
Link copied to clipboard
val
orderId
:
String
orders
Link copied to clipboard
val
orders
:
List
<
EVOrder
>
status
Link copied to clipboard
val
status
:
String
user
Id
Link copied to clipboard
val
userId
:
String