public interface BillReceiptInfo
| Modifier and Type | Method and Description |
|---|---|
Set<ReceiptAccountInfo> |
getAccountDetails() |
String |
getAdditionalInfo() |
String |
getBillReferenceNum() |
Set<ReceiptInstrumentInfo> |
getBouncedInstruments() |
String |
getCollectionType() |
org.egov.infra.admin.master.entity.User |
getCreatedBy() |
String |
getDescription() |
String |
getEvent() |
Set<ReceiptInstrumentInfo> |
getInstrumentDetails() |
Boolean |
getLegacy() |
Date |
getManualReceiptDate() |
String |
getManualReceiptNumber() |
org.egov.infra.admin.master.entity.User |
getModifiedBy() |
String |
getPaidBy() |
String |
getPayeeAddress() |
String |
getPayeeName() |
Date |
getReceiptDate() |
String |
getReceiptInstrumentType() |
org.egov.infra.admin.master.entity.Location |
getReceiptLocation() |
String |
getReceiptNum() |
org.egov.commons.EgwStatus |
getReceiptStatus() |
String |
getReceiptURL() |
String |
getServiceName() |
String |
getSource() |
BigDecimal |
getTotalAmount() |
String getBillReferenceNum()
String getEvent()
String getReceiptNum()
Date getReceiptDate()
org.egov.infra.admin.master.entity.Location getReceiptLocation()
org.egov.commons.EgwStatus getReceiptStatus()
String getPayeeName()
String getPayeeAddress()
Set<ReceiptAccountInfo> getAccountDetails()
Set<ReceiptInstrumentInfo> getInstrumentDetails()
Set<ReceiptInstrumentInfo> getBouncedInstruments()
String getServiceName()
String getPaidBy()
String getDescription()
BigDecimal getTotalAmount()
org.egov.infra.admin.master.entity.User getCreatedBy()
org.egov.infra.admin.master.entity.User getModifiedBy()
String getReceiptURL()
String getCollectionType()
String getManualReceiptNumber()
Date getManualReceiptDate()
Boolean getLegacy()
String getAdditionalInfo()
String getSource()
String getReceiptInstrumentType()
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.