wip: transportation services in summary
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user