| Package | Description |
|---|---|
| org.egov.collection.integration.models |
| Modifier and Type | Method and Description |
|---|---|
BillInfo.COLLECTIONTYPE |
BillInfo.getCollectionType()
This method returns the Collection Type
|
BillInfo.COLLECTIONTYPE |
BillInfoImpl.getCollectionType() |
static BillInfo.COLLECTIONTYPE |
BillInfo.COLLECTIONTYPE.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BillInfo.COLLECTIONTYPE[] |
BillInfo.COLLECTIONTYPE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
BillInfoImpl(String serviceCode,
String fundCode,
BigDecimal functionaryCode,
String fundSourceCode,
String departmentCode,
String displayMessage,
String paidBy,
Boolean partPaymentAllowed,
Boolean overrideAccountHeadsAllowed,
List<String> collectionModesNotAllowed,
BillInfo.COLLECTIONTYPE collectionType) |
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.