$this->id, 'trans_type1' => $this->trans_type1, 'trans_type2' => $this->trans_type2, 'transaction_id' => (int) $this->transaction_id, 'product_code' => $this->product_code, 'product_name' => $this->product_name, 'qty' => (int) $this->qty, 'price' => (double) $this->price, 'amount' => (double) $this->amount ]; } }