Interface OnPayService
public interface OnPayService
- 
Method Summary
Modifier and TypeMethodDescriptionsearchTransactionList(int onpayId, int contractId, PeriodWithTime period, Page page) Метод получения списка транзакций с фильтром 
- 
Method Details
- 
searchTransactionList
SearchResult<Transaction> searchTransactionList(int onpayId, int contractId, PeriodWithTime period, Page page) throws ru.bitel.bgbilling.common.BGException Метод получения списка транзакций с фильтром- Parameters:
 onpayId-contractId-period-page-- Returns:
 - Throws:
 ru.bitel.bgbilling.common.BGException
 
 -