paymentType = $paymentType; $this->amount = $amount; } /** * @return string */ public function getPaymentType(): string { return $this->paymentType; } /** * @return float */ public function getAmount(): float { return $this->amount; } }