Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
peripherad
/
back
/
app
/
Repositories
/
CashFlowIndex
/
Interfaces
:
TotalAmountRepositoryInterface.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php namespace App\Repositories\CashFlowIndex\Interfaces; use Illuminate\Support\Collection; interface TotalAmountRepositoryInterface { public function getTotalAmountPayment(int $modelID, $filters, $type): float; public function getTotalAmountCashPayment(int $modelID, $filters, $type, $debitType): float; public function getTotalCommissionPaymentDistribution(int $modelID, $filters, $debutType): float; }