$this->id, 'name' => $this->name, 'code' => $this->code, 'swift_code' => $this->swift_code, 'is_active' => $this->is_active, 'created_at' => $this->created_at?->toISOString(), 'updated_at' => $this->updated_at?->toISOString(), ]; } }