feat: inquiry bookings

This commit is contained in:
Björn Fromme
2025-10-09 18:52:23 +02:00
parent 989f599b54
commit 4939a1a9ad
11 changed files with 360 additions and 4 deletions
+7
View File
@@ -46,6 +46,13 @@ class Travel
#[Groups(['api:list', 'api:single'])]
public ?string $type = null;
/**
* Travel booking status from BusProNet API.
* Possible values: 'Frei', 'Anfrage', 'Buchungsstop'
*/
#[Groups(['api:single'])]
public ?string $status = null;
#[Groups(['api:list', 'api:single'])]
public ?float $priceFrom = null;