Creating Participation refunds
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace App\Domains\ParticipantRefund\Actions\ReleaseRefund;
|
||||
|
||||
use App\Models\ParticipantRefund;
|
||||
|
||||
class ReleaseRefundResponse
|
||||
{
|
||||
public bool $success = false;
|
||||
|
||||
public ?ParticipantRefund $refund = null;
|
||||
|
||||
public ?string $message = null;
|
||||
}
|
||||
Reference in New Issue
Block a user