Package-level declarations

Types

Link copied to clipboard
data class BackendCartItem(    val id: String? = null,     val sku: String? = null,     val itemId: String? = null,     val type: BackendCartItemType? = null,     val scannedCode: String? = null,     val amount: Int = 0,     val weightUnit: String? = null,     val price: Int? = null,     val weight: Int? = null,     val units: Int? = null,     val refersTo: String? = null,     val couponID: String? = null)
Link copied to clipboard
data class CouponItem(val coupon: Coupon, val scannedCode: ScannedCode)
Link copied to clipboard
data class DepositReturnVoucher(    val itemId: String,     val scannedCode: String,     val amount: Int = 1,     val type: ItemType = ItemType.DEPOSIT_RETURN_VOUCHER,     val lineItems: List<LineItem> = emptyList())
Link copied to clipboard

Enum describing the type of item