Creating Participation refunds
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
namespace App\Domains\ParticipantRefund\Actions\AcceptRefund;
|
||||
|
||||
class AcceptRefundResponse
|
||||
{
|
||||
public bool $success = false;
|
||||
|
||||
public ?string $message = null;
|
||||
|
||||
/**
|
||||
* Feldbezogene Fehler für das Formular. Schlüssel sind die Feldnamen des Frontends.
|
||||
*
|
||||
* @var array<string, string>
|
||||
*/
|
||||
public array $errorTypes = [];
|
||||
}
|
||||
Reference in New Issue
Block a user