wip: insurance booking phase 5

This commit is contained in:
Björn Fromme
2026-03-16 11:59:10 +01:00
parent c67fa18ad3
commit 8af7f0e797
5 changed files with 452 additions and 36 deletions
+6
View File
@@ -86,6 +86,12 @@ class Travel
#[Groups(['api:single'])]
public ?Guide $guide = null;
/**
* @var array<Insurance> Available insurances for this travel package
*/
#[Groups(['api:single'])]
public array $insurances = [];
/**
* Retrieves additional services filtered by subtype, availability, and optionally by travel date range.
*