com.ibm.retail.AEF.automation
Interface TenderInfo
- All Superinterfaces:
- BaseInfo, LineItemInfo, java.io.Serializable
- public interface TenderInfo
- extends LineItemInfo
TenderInfo is an interface which represents data for a tender in a transaction.
Field Summary |
static java.lang.String |
CLASS_KEY
|
Method Summary |
java.lang.String |
getAmount()
Returns the tender amount. |
void |
setAmount(java.lang.String amount)
Sets the tender amount. |
Methods inherited from interface com.ibm.retail.AEF.automation.LineItemInfo |
addRawReceiptLine, addReceiptLine, getDescription, getRawReceiptLines, getReceiptLines, getTransaction, isDeposit, isRefunded, isVoided, setDeposit, setDescription, setRawReceiptLines, setReceiptLines, setRefunded, setTransaction, setVoided |
CLASS_KEY
public static final java.lang.String CLASS_KEY
- See Also:
- Constant Field Values
getAmount
public java.lang.String getAmount()
- Returns the tender amount.
- Returns:
- String The tender amount.
setAmount
public void setAmount(java.lang.String amount)
- Sets the tender amount.
Copyright © 2004 IBM. All Rights Reserved.
Generated: July 19 2004