EVOrderItem

@Serializable
data class EVOrderItem(val cost: Int, val itemId: String, val price: Int, val quantity: String, val subLocationId: Int, val uom: String)

Constructors

Link copied to clipboard
constructor(cost: Int, itemId: String, price: Int, quantity: String, subLocationId: Int, uom: String)

Properties

Link copied to clipboard
val cost: Int
Link copied to clipboard
Link copied to clipboard
val price: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val uom: String