Interface RobokassaService
- All Superinterfaces:
PaymentServiceProvider
public interface RobokassaService extends PaymentServiceProvider
-
Method Summary
Modifier and Type Method Description voidcheckTransaction(int transactiontId)Запросить у сервера платежного сервиса информацию о транзакцииSearchResult<Transaction>searchTransactionList(int contractId, java.lang.String contractTitle, java.lang.String status, Period period, java.lang.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, java.lang.String contractTitle, java.lang.String status, Period period, java.lang.String[] sort, Page page) throws ru.bitel.bgbilling.common.BGExceptionПолучение списка транзакций с возможностью фильтрации по договору, статусу, периоду.- Parameters:
contractId-contractTitle- название договораstatus- числовой код статусаperiod- период фильтрации транзакций.sort-page-- Returns:
- список транзакций.
- Throws:
ru.bitel.bgbilling.common.BGException
-
checkTransaction
void checkTransaction(int transactiontId) throws ru.bitel.bgbilling.common.BGExceptionЗапросить у сервера платежного сервиса информацию о транзакции- Parameters:
transactiontId- код транзакции- Throws:
ru.bitel.bgbilling.common.BGException
-