| Package | Description |
|---|---|
| org.egov.collection.integration.models |
| Modifier and Type | Field and Description |
|---|---|
PaymentInfoCard.CARDTYPE |
PaymentInfoCard.cardTypeValue |
| Modifier and Type | Method and Description |
|---|---|
PaymentInfoCard.CARDTYPE |
PaymentInfoCard.getCardTypeValue() |
static PaymentInfoCard.CARDTYPE |
PaymentInfoCard.CARDTYPE.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaymentInfoCard.CARDTYPE[] |
PaymentInfoCard.CARDTYPE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PaymentInfoCard.setCardTypeValue(PaymentInfoCard.CARDTYPE cardType) |
| Constructor and Description |
|---|
PaymentInfoCard(String instrumentNumber,
BigDecimal instrumentAmount,
String transactionNumber,
String expMonth,
String expYear,
String cvvNumber,
PaymentInfoCard.CARDTYPE cardTypeValue) |
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.