wip: transportation services in summary

This commit is contained in:
Björn Fromme
2025-09-03 14:58:24 +02:00
parent a33e6a0dd4
commit ccb2fa75ac
3 changed files with 173 additions and 14 deletions
+3
View File
@@ -63,6 +63,9 @@ class ParticipantDto
// Parking service for self-organized transportation (boolean: true if parking requested)
public bool $parking = false;
// Parking service object for pricing calculation (new, contains actual service with pricing)
public ?Service $parkingService = null;
// Deprecated properties for backward compatibility - will be removed in future version
public ?Service $transportationServiceTo = null;
public ?Service $transportationServiceFro = null;