feat: bulk insurance booking by applicant
This commit is contained in:
@@ -74,6 +74,9 @@ class ParticipantDto
|
||||
// Selected insurance for this participant (individual insurance selection per participant)
|
||||
public ?Insurance $insurance = null;
|
||||
|
||||
// Bulk insurance booking flag (applicant only: when checked, assigns same insurance type to all participants)
|
||||
public bool $bulkInsuranceBooking = false;
|
||||
|
||||
public static function fromPersonalData(PersonalData $personalData): static
|
||||
{
|
||||
$instance = new static();
|
||||
|
||||
Reference in New Issue
Block a user