class OrderItemInfo
Represents how many products of particular type was ordered. User: Kirill Date: 05.07.13 14:50
OrderItemInfo()
Represents how many products of particular type was ordered. User: Kirill Date: 05.07.13 14:50 |
var delta: Long
The number of products (kg, hg, hours, whatever unit) if deltaUnit is true, otherwise the amount of currency. |
|
var productCustomization: String?
Any customer's wishes about product customization. |
|
lateinit var productIdentifier: String |