public class PaymentInfoCash extends Object implements PaymentInfo
PaymentInfo.TYPE| Constructor and Description |
|---|
PaymentInfoCash()
Default Constructor
|
PaymentInfoCash(BigDecimal instrumentAmount) |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getInstrumentAmount() |
PaymentInfo.TYPE |
getInstrumentType()
This method returns the Instrument Type Name
|
void |
setInstrumentAmount(BigDecimal instrumentAmount) |
public PaymentInfoCash(BigDecimal instrumentAmount)
public PaymentInfoCash()
public PaymentInfo.TYPE getInstrumentType()
getInstrumentType in interface PaymentInfopublic BigDecimal getInstrumentAmount()
getInstrumentAmount in interface PaymentInfopublic void setInstrumentAmount(BigDecimal instrumentAmount)
setInstrumentAmount in interface PaymentInfoinstrumentAmount - the instrumentAmount to setCopyright © 2015–2017 eGovernments Foundation. All rights reserved.