public interface QiwiService
extends ru.bitel.bgbilling.common.service.PaymentServiceProvider
Modifier and Type | Method and Description |
---|---|
void |
checkPayment(int contractId,
Period period) |
SearchResult<Transaction> |
searchTransactionList(int contractId,
java.lang.String contractTitle,
java.lang.String status,
Period period,
Page page)
Получение списка транзакций с возможностью фильтрации по договору, статусу, периоду.
|
SearchResult<Transaction> searchTransactionList(int contractId, java.lang.String contractTitle, java.lang.String status, Period period, Page page) throws ru.bitel.bgbilling.common.BGException
contractId
- TODOcontractTitle
- название договораstatus
- числовой код статуса. (см. PayturePaymentStatus
period
- период фильтрации транзакций.ru.bitel.bgbilling.common.BGException
void checkPayment(int contractId, Period period) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException