Interface PayMasterService
- All Superinterfaces:
PaymentServiceProvider
-
Method Summary
Modifier and TypeMethodDescriptionsearchAutopaymentList(int contractId, Period period, String[] sort, Page page) Возращает историю изменения автоплатежей на договореsearchTransactionList(int paymasterId, int contractId, String status, PeriodWithTime period, Page page) Метод получения списка транзакций с фильтромMethods inherited from interface ru.bitel.bgbilling.common.service.PaymentServiceProvider
autopaymentDeactivate, autopaymentGet, beginAutopaymentTransaction, beginTransaction, doManualAutopayment, endTransaction, getAutopaymentCurrentMode
-
Method Details
-
searchTransactionList
SearchResult<Transaction> searchTransactionList(int paymasterId, int contractId, String status, PeriodWithTime period, Page page) throws Exception Метод получения списка транзакций с фильтром- Throws:
Exception
-
searchAutopaymentList
SearchResult<Autopayment> searchAutopaymentList(int contractId, Period period, String[] sort, Page page) throws Exception Возращает историю изменения автоплатежей на договоре- Parameters:
contractId-period-sort-page-- Returns:
- Throws:
ru.bitel.bgbilling.common.BGExceptionException
-