$this->id, 'company_id' => $this->company_id, 'item_id' => $this->item_id, 'tax_id' => $this->tax_id, 'created_from' => $this->created_from, 'created_by' => $this->created_by, 'created_at' => $this->created_at ? $this->created_at->toIso8601String() : '', 'updated_at' => $this->updated_at ? $this->updated_at->toIso8601String() : '', 'tax' => new Tax($this->tax), ]; } }