Interface BillIntegrationService
public interface BillIntegrationService
- 
Method Summary
Modifier and TypeMethodDescriptioncontractListByInn(String inn) tinkoffBankStatement(String accountNumber, Period period)  
- 
Method Details
- 
tinkoffAccountNumber
List<IdTitle> tinkoffAccountNumber() throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException- Throws:
 ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
 - 
tinkoffBankStatement
String tinkoffBankStatement(String accountNumber, Period period) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
 ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
 - 
contractListByInn
String contractListByInn(String inn) throws ru.bitel.bgbilling.common.BGException, ru.bitel.bgbilling.common.BGMessageException - Throws:
 ru.bitel.bgbilling.common.BGExceptionru.bitel.bgbilling.common.BGMessageException
 
 -