wip: insurance booking in edit flow
This commit is contained in:
@@ -95,6 +95,16 @@ class Insurance
|
||||
#[Groups(['api:single', 'api:list'])]
|
||||
public array $containedInsuranceIds = [];
|
||||
|
||||
/**
|
||||
* @var array<int> Participant indices assigned to this insurance (booking data only)
|
||||
*/
|
||||
public array $mapping = [];
|
||||
|
||||
/**
|
||||
* @var array<int, float> Individual prices per participant index (booking data only)
|
||||
*/
|
||||
public array $individualPrice = [];
|
||||
|
||||
public function __toString(): string
|
||||
{
|
||||
return (string) $this->id;
|
||||
|
||||
Reference in New Issue
Block a user