Interface YoomoneyService

All Superinterfaces:
PaymentServiceProvider

public interface YoomoneyService extends PaymentServiceProvider
  • Method Details

    • searchTransactionList

      SearchResult<Transaction> searchTransactionList(int contractId, String contractTitle, Period period, String[] sort, Page page) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • checkTransaction

      void checkTransaction(String yoomoneyId) throws ru.bitel.bgbilling.common.BGException
      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