EVOrderResponse

@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)

Constructors

Link copied to clipboard
constructor(locationId: Int, merchantId: String, merchantOrderId: Int, orderId: String, orders: List<EVOrder>, status: String, userId: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard