wip: insurance booking phases 1 and 2

This commit is contained in:
Björn Fromme
2025-09-26 16:34:32 +02:00
parent bd7b70e465
commit 0ceabe465b
8 changed files with 1109 additions and 4 deletions
+3
View File
@@ -25,6 +25,9 @@ class Insurance
#[Groups(['api:single', 'api:list'])]
public ?string $label = null;
#[Groups(['api:single', 'api:list'])]
public ?string $subType = null;
#[Groups(['api:single', 'api:list'])]
public ?float $price = null;