|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A TenderEvent
is generated when a tender is accepted or cancelled
within a sales transaction.
Method Summary | |
---|---|
java.lang.String |
getAccountNumber()
Get the account number of this tender. |
java.lang.String |
getAmount()
Get the amount of this tender. |
java.lang.String |
getCardID()
Get the card ID of this tender. |
java.lang.String |
getCurrency()
Get the currency of the tender as defined by the three-character country code in ISO 4217. |
java.lang.String |
getDescription()
Get the textual description of this tender. |
java.lang.String |
getExpirationDate()
Get the expiration date of this tender. |
java.lang.String |
getFee()
Get any fee charged for accepting this tender. |
java.lang.String |
getReferenceNumber()
Get the approval reference number of this tender. |
java.lang.String |
getTenderType()
Get the type of this tender (cash/credit/check/debit). |
java.lang.String |
getTenderVariety()
Get the variety of this Tender. |
Methods inherited from interface com.ibm.retail.AEF.event.LineItemEvent |
---|
getItemModifier, getPrintLines, getRawPrintLines, isDeposit, isRefunded, isVoided |
Methods inherited from interface com.ibm.retail.AEF.event.POSAppEvent |
---|
getEventType, getPropertyChangeCategory, getTerminalNumber, setEventType, setTerminalNumber |
Methods inherited from interface com.ibm.retail.AEF.event.POSAppEventElement |
---|
getBooleanPropertyValue, getData, getIntegerPropertyValue, getProperty, getPropertyEntries, setData, setProperty, toString |
Methods inherited from interface com.ibm.retail.AEF.xml.SAXElementHandler |
---|
endElement, startElement |
Method Detail |
public java.lang.String getTenderType()
public java.lang.String getTenderVariety()
public java.lang.String getDescription()
getDescription
in interface LineItemEvent
public java.lang.String getAmount()
public java.lang.String getFee()
public java.lang.String getAccountNumber()
public java.lang.String getExpirationDate()
public java.lang.String getCardID()
public java.lang.String getCurrency()
public java.lang.String getReferenceNumber()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |