<?php namespace Hp\Patterns\Iterator; class Payment { private int $id; private \DateTimeImmutable $date; private float $amount; public function getId(): int { return $this->id; } }