BookingPaymentTransaction extends Model Uses HasFactory, SoftDeletes
Table of Contents
Properties
$fillable
protected
mixed
$fillable
= ['description', 'amount', 'date', 'type', 'actor', 'transaction_status']
$table
protected
mixed
$table
= 'payment_transactions'
Methods
payment()
public
payment() : mixed