EVOrder

@Serializable
data class EVOrder(val currency: String, val orderItems: List<EVOrderItem>, val status: String, val updatedDate: String)

Constructors

Link copied to clipboard
constructor(currency: String, orderItems: List<EVOrderItem>, status: String, updatedDate: String)

Properties

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