title = intval($invoiceItem->qty) . ' ' . $invoiceItem->product_key; $this->subtitle = $invoiceItem->notes; $this->quantity = $invoiceItem->qty; $this->price = $account->formatMoney($invoiceItem->cost); } }