name = $name; $this->location = $location; $this->postalCode = $postalCode; $this->email = $email; $this->begin = $begin; $this->end = $end; $this->earlyBirdEnd = $earlyBirdEnd; $this->registrationFinalEnd = $registrationFinalEnd; $this->earlyBirdEndAmountIncrease = $earlyBirdEndAmountIncrease; $this->participationFeeType = $participationFeeType; $this->accountOwner = $accountOwner; $this->accountIban = $accountIban; $this->payPerDay = $payPerDay; $this->payDirect = $payDirect; } }