*/ protected $fillable = [ 'user_id', 'purpose', 'transaction_type', 'transaction_id', 'transaction_details', 'amount', 'status', 'paid_date' ]; }