Besseres Handling Rückerstattungen
This commit is contained in:
+8
@@ -8,6 +8,14 @@ class CreateRefundDocumentRequest
|
||||
{
|
||||
public function __construct(
|
||||
public readonly ParticipantRefund $refund,
|
||||
/**
|
||||
* Ob der Betrag gespendet statt ausgezahlt wird.
|
||||
*
|
||||
* Ausdrücklich und nicht über {@see ParticipantRefund::isDonation()}: Beim Einreichen entsteht
|
||||
* dieser Beleg vor der Abrechnung, die die Spende führt -- er ist ihr Anhang. Wer ihn später
|
||||
* erneut zieht, liest sie dort und gibt sie hier weiter.
|
||||
*/
|
||||
public readonly bool $donation = false,
|
||||
) {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user