voucherifyOrderId = $voucherifyOrderId; $this->bookingId = $bookingId; $this->status = $status; } /** * @return string */ public function getVoucherifyOrderId(): string { return $this->voucherifyOrderId; } /** * @return int */ public function getBookingId(): int { return $this->bookingId; } /** * @return string */ public function getStatus(): string { return $this->status; } }