Creating Participation refunds
This commit is contained in:
+16
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
namespace App\Domains\ParticipantRefund\Actions\CreateRefundDocument;
|
||||
|
||||
class CreateRefundDocumentResponse
|
||||
{
|
||||
public bool $success = false;
|
||||
|
||||
public string $documentNumber = '';
|
||||
|
||||
public string $filename = '';
|
||||
|
||||
public string $pdfContent = '';
|
||||
|
||||
public ?string $message = null;
|
||||
}
|
||||
Reference in New Issue
Block a user