$this->id, 'total' => $this->total, 'reward_point_factor' => $this->reward_point_factor, 'use_point_factor' => $this->use_point_factor, 'discount_factor' => $this->discount_factor, 'level' => $this->level, 'name' => $this->description->name ?? '', 'description' => $this->description->description ?? '', ]; return $data; } }