public interface BillInfo
| Modifier and Type | Interface and Description |
|---|---|
static class |
BillInfo.COLLECTIONTYPE
Enum for Collection Type C - Counter Collection F - Field Collection O -
Online Collection
|
| Modifier and Type | Method and Description |
|---|---|
void |
addPayees(BillPayeeDetails payee)
This method adds the given bill payee to the list of payees.
|
Boolean |
getCallbackForApportioning()
This method returns True if the billing system should do the amount
apportioning
|
List<String> |
getCollectionModesNotAllowed()
This method return list of collection modes not allowed for this bill,
i.e., cash/cheque/dd/bank/online/card
|
BillInfo.COLLECTIONTYPE |
getCollectionType()
This method returns the Collection Type
|
String |
getDepartmentCode()
This method returns Department Code
|
String |
getDisplayMessage()
This method return display message
|
BigDecimal |
getFunctionaryCode()
This method returns Functionary Code
|
String |
getFundCode()
This method returns Fund Code
|
String |
getFundSourceCode()
This method returns Fund Source Code
|
Boolean |
getOverrideAccountHeadsAllowed()
This method returns True if Account Overriding is allowed else return
False
|
String |
getPaidBy()
This method returns the name of the person who made the payment
|
Boolean |
getPartPaymentAllowed()
This method returns True if Part Payment Allowed else return False
|
List<BillPayeeDetails> |
getPayees()
This method return list of bill payee details where in each can have
multiple bills associated.
|
String |
getServiceCode()
This method returns the service code
|
String |
getSource()
This method returns the source of Receipt
Source value is null for the receipts created by ERP.
|
String |
getTransactionReferenceNumber()
Used Only for Integration.
|
void |
setPayees(List<BillPayeeDetails> payees)
This method sets the given list of Bill Payees
|
String getServiceCode()
String getPaidBy()
String getFundCode()
BigDecimal getFunctionaryCode()
String getFundSourceCode()
String getDepartmentCode()
String getDisplayMessage()
Boolean getPartPaymentAllowed()
Boolean getOverrideAccountHeadsAllowed()
Boolean getCallbackForApportioning()
List<String> getCollectionModesNotAllowed()
List<BillPayeeDetails> getPayees()
void setPayees(List<BillPayeeDetails> payees)
List - containing Bill Payee Detailsvoid addPayees(BillPayeeDetails payee)
Bill - Payee objectBillInfo.COLLECTIONTYPE getCollectionType()
String getTransactionReferenceNumber()
String getSource()
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.