apidocs / com.srv4pos.server.api.order / OrderItemInfo

OrderItemInfo

class OrderItemInfo

Represents how many products of particular type was ordered. User: Kirill Date: 05.07.13 14:50

Constructors

<init>

OrderItemInfo()

Represents how many products of particular type was ordered. User: Kirill Date: 05.07.13 14:50

Properties

delta

var delta: Long

The number of products (kg, hg, hours, whatever unit) if deltaUnit is true, otherwise the amount of currency.

productCustomization

var productCustomization: String?

Any customer's wishes about product customization.

productIdentifier

lateinit var productIdentifier: String