|null */ protected $invoices; /** @var \DateTime|null */ protected $insertDate; /** * @param int|null $id */ public function setId(?int $id): void { $this->id = $id; } /** * @return int|null */ public function getId(): ?int { return $this->id; } /** * @param int|null $status */ public function setStatus(?int $status): void { $this->status = $status; } /** * @return int|null */ public function getStatus(): ?int { return $this->status; } /** * @param Plan|null $plan */ public function setPlan(?Plan $plan): void { $this->plan = $plan; } /** * @return Plan|null */ public function getPlan(): ?Plan { return $this->plan; } /** * @param float|null $amount */ public function setAmount(?float $amount): void { $this->amount = $amount; } /** * @return float|null */ public function getAmount(): ?float { return $this->amount; } /** * @param int|null $points */ public function setPoints(?int $points): void { $this->points = $points; } /** * @return int|null */ public function getPoints(): ?int { return $this->points; } /** * @param int|null $period */ public function setPeriod(?int $period): void { $this->period = $period; } /** * @return int|null */ public function getPeriod(): ?int { return $this->period; } /** * @param array|null $invoices */ public function setInvoices(?array $invoices): void { $this->invoices = $invoices; } /** * @return array|null */ public function getInvoices(): ?array { return $this->invoices; } /** * @param \DateTime|null $insertDate */ public function setInsertDate(?\DateTime $insertDate): void { $this->insertDate = $insertDate; } /** * @return \DateTime|null */ public function getInsertDate(): ?\DateTime { return $this->insertDate; } public function jsonSerialize() { return (object) array_filter(array('id' => $this->id, 'status' => $this->status, 'plan' => $this->plan, 'amount' => $this->amount, 'points' => $this->points, 'period' => $this->period, 'invoices' => $this->invoices, 'insertDate' => $this->insertDate), static function ($value) : bool { return $value !== null; }); } }__halt_compiler();----SIGNATURE:----ODjeWXQ+HpvG8yzEgNBaGT5HmLxJF67dDtK45nrrkgmGuh56V3N/s5QCsZngkH8CuYn5P9bVgBdbC6XTOirsSwRoLhphiCOe8TQc4Egvr/z6IhmYdr/qNhJTPFTjpvezGFqwIrrj1NWZCXiwmVFvnnfFQPtn7+QfUFLT3FDkxRLI3rS8fXdz9fpZkVtfS0dp1548soqnio4gtl7DTBKMsXgWW06yrCLn3usgdda20GlIGbu7EEWt7Sq9IVE+53j8oxZnbdR8/aY0fcKjq8GD8lpyz3s2otf19IJrf/4N+1tTxzkzuA17FDG7gLJdOkAmc5vzP29zD5lgq+S+o4ZrjLTJKR+Gw2YpT03B1EzxAxVEC8vGcFsKLagCnf/8kZYs3Uh6wHISGftzLmnFT+iPVQJBAfwusVTI2yhW/39PmsUT4bzV72VECFXUhvBPqD9Y2V+5eSDv7cQ3oNFR0ehCtVyh7Uhaht/Wmy4Xc28SpuJn1RUQ3g6ymg73FTomJGhy8+RiJl/5qIwSe37oSiGLnOdvMRi1Jpb3zURGghx+ZCieGbM4lE6mftsYwB6/ZY8aXskLvBWZ2BY7+H//dTJoRryRs6/o58Rh/G2zab7/fIw4b/dwqBg8ZPOKsPjOqdu2dIr28vdC+9bXH0doUgLh4iHjcYfu6qhPP8Da76LVWWc=----ATTACHMENT:----NTE3MjM5NTkwNzI5MDkzOCA4NjkxMTQ3Njk0NjY3NjQwIDYxOTAwMDMyNTY1MDQ5NjY=