PHP Class App\Events\PaymentWasRefunded

Inheritance: extends App\Events\Event, use trait Illuminate\Queue\SerializesModels
Mostra file Open project: hillelcoren/invoice-ninja

Public Properties

Property Type Description
$payment app\models\Payment
$refundAmount

Public Methods

Method Description
__construct ( Payment $payment, $refundAmount ) Create a new event instance.

Method Details

__construct() public method

Create a new event instance.
public __construct ( Payment $payment, $refundAmount )
$payment app\models\Payment
$refundAmount

Property Details

$payment public_oe property

public Payment,App\Models $payment
return app\models\Payment

$refundAmount public_oe property

public $refundAmount