Interface YoomoneyService
- All Superinterfaces:
PaymentServiceProvider
-
Method Summary
Modifier and TypeMethodDescriptionvoid
checkTransaction
(String yoomoneyId) void
doManualAutopayment
(int contractId, BigDecimal sum) Ручной автоплатежsearchAutopaymentList
(int contractId, Period period, String[] sort, Page page) Возращает историю изменения автоплатежей на договореsearchTransactionList
(SearchParam searchParam) Methods inherited from interface ru.bitel.bgbilling.common.service.PaymentServiceProvider
autopaymentDeactivate, autopaymentGet, beginAutopaymentTransaction, beginTransaction, endTransaction
-
Method Details
-
searchTransactionList
SearchResult<Transaction> searchTransactionList(SearchParam searchParam) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
checkTransaction
- Throws:
ru.bitel.bgbilling.common.BGException
-
searchAutopaymentList
SearchResult<Autopayment> searchAutopaymentList(int contractId, Period period, String[] sort, Page page) throws ru.bitel.bgbilling.common.BGException Возращает историю изменения автоплатежей на договоре- Parameters:
contractId
-period
-sort
-page
-- Returns:
- Throws:
ru.bitel.bgbilling.common.BGException
-
doManualAutopayment
void doManualAutopayment(int contractId, BigDecimal sum) throws ru.bitel.bgbilling.common.BGException Ручной автоплатеж- Parameters:
contractId
-sum
-- Throws:
ru.bitel.bgbilling.common.BGException
-