| Package | Description |
|---|---|
| org.egov.collection.integration.models |
| Modifier and Type | Method and Description |
|---|---|
PaymentInfo.TYPE |
PaymentInfoATM.getInstrumentType() |
PaymentInfo.TYPE |
PaymentInfoBank.getInstrumentType() |
PaymentInfo.TYPE |
PaymentInfoChequeDD.getInstrumentType() |
PaymentInfo.TYPE |
PaymentInfoCard.getInstrumentType() |
PaymentInfo.TYPE |
PaymentInfoCash.getInstrumentType()
This method returns the Instrument Type Name
|
PaymentInfo.TYPE |
PaymentInfo.getInstrumentType() |
static PaymentInfo.TYPE |
PaymentInfo.TYPE.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaymentInfo.TYPE[] |
PaymentInfo.TYPE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PaymentInfoChequeDD.setInstrumentType(PaymentInfo.TYPE instrumentType) |
| Constructor and Description |
|---|
PaymentInfoChequeDD(Long bankId,
String branchName,
Date instrumentDate,
String instrumentNumber,
PaymentInfo.TYPE instrumentType,
BigDecimal instrumentAmount) |
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.