| Package | Description |
|---|---|
| org.egov.collection.integration.services |
| Modifier and Type | Method and Description |
|---|---|
String |
CollectionIntegrationServiceImpl.cancelReceipt(PaymentInfoSearchRequest cancelReq) |
String |
CollectionIntegrationService.cancelReceipt(PaymentInfoSearchRequest paymentInfoSearchRequest)
This method cancel the receipt information provided by the billing system
|
List<RestAggregatePaymentInfo> |
CollectionIntegrationServiceImpl.getAggregateReceiptTotal(PaymentInfoSearchRequest aggrReq) |
List<RestAggregatePaymentInfo> |
CollectionIntegrationService.getAggregateReceiptTotal(PaymentInfoSearchRequest paymentInfoSearchRequest)
This method returns the count of receipts created with the sum total of receipt amount for the given date range
|
RestReceiptInfo |
CollectionIntegrationServiceImpl.getDetailsByTransactionId(PaymentInfoSearchRequest paymentInfoSearchRequest) |
RestReceiptInfo |
CollectionIntegrationService.getDetailsByTransactionId(PaymentInfoSearchRequest paymentInfoSearchRequest)
This method returns the receipt information for the transaction id and channel information provided by the billing system.
|
List<RestReceiptInfo> |
CollectionIntegrationServiceImpl.getReceiptDetailsByDateAndService(PaymentInfoSearchRequest aggrReq) |
List<RestReceiptInfo> |
CollectionIntegrationService.getReceiptDetailsByDateAndService(PaymentInfoSearchRequest paymentInfoSearchRequest)
This method returns the list of receipt created in the system for the given date range and service code of the billing
system.
|
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.