Interface MonetaService
- All Superinterfaces:
PaymentServiceProvider
-
Method Summary
Modifier and TypeMethodDescriptionsearchTransactionList
(int contractId, String contractTitle, String status, PeriodWithTime period, String[] sort, Page page) Получение списка транзакций с возможностью фильтрации по договору, статусу, периоду.Methods inherited from interface ru.bitel.bgbilling.common.service.PaymentServiceProvider
autopaymentDeactivate, autopaymentGet, beginAutopaymentTransaction, beginTransaction, endTransaction
-
Method Details
-
searchTransactionList
SearchResult<Transaction> searchTransactionList(int contractId, String contractTitle, String status, PeriodWithTime period, String[] sort, Page page) throws ru.bitel.bgbilling.common.BGException Получение списка транзакций с возможностью фильтрации по договору, статусу, периоду.- Parameters:
contractId
-contractTitle
- название договораstatus
- числовой код статусаperiod
- период фильтрации транзакций.sort
-page
-- Returns:
- список транзакций.
- Throws:
ru.bitel.bgbilling.common.BGException
-