Teilnahmerechnungen erstellen
This commit is contained in:
@@ -26,12 +26,15 @@ class EventParticipant extends InstancedModel
|
||||
'event_id',
|
||||
'user_id',
|
||||
'identifier',
|
||||
'invoice_sequence',
|
||||
|
||||
'firstname',
|
||||
'lastname',
|
||||
'nickname',
|
||||
|
||||
'participation_type',
|
||||
'fee_type',
|
||||
'sibling_reduction',
|
||||
'local_group',
|
||||
'birthday',
|
||||
|
||||
@@ -91,6 +94,9 @@ class EventParticipant extends InstancedModel
|
||||
'amount' => AmountCast::class,
|
||||
'amount_paid' => AmountCast::class,
|
||||
'payment_options' => 'array',
|
||||
|
||||
'invoice_sequence' => 'integer',
|
||||
'sibling_reduction' => 'boolean',
|
||||
];
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user