feat: inquiry bookings
This commit is contained in:
@@ -47,6 +47,12 @@ class BookingDto
|
||||
|
||||
public ?int $agencyId = null;
|
||||
|
||||
/**
|
||||
* Booking status code for API submission.
|
||||
* Values: 'F' (Final/Frei), 'A' (Anfrage/Inquiry)
|
||||
*/
|
||||
public string $bookingStatus = 'F';
|
||||
|
||||
/**
|
||||
* Reference to booking entity (only populated in edit mode).
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user