BackendCartItem

constructor(id: String? = null, sku: String? = null, scannedCode: String? = null, amount: Int = 0, weightUnit: String? = null, price: Int? = null, weight: Int? = null, units: Int? = null, refersTo: String? = null, couponID: String? = null)