com.ibm.retail.AEF.automation
Interface SalesTransactionInfo
- All Superinterfaces:
- BaseInfo, java.io.Serializable, TransactionInfo
- public interface SalesTransactionInfo
- extends TransactionInfo
A SalesTransactionInfo contains details of a sales transaction in progress.
Field Summary |
static java.lang.String |
CLASS_KEY
|
Method Summary |
boolean |
getIsTaxExempt()
Indicates whether the transaction is tax exempt. |
void |
setIsTaxExempt(boolean flag)
Sets whether the transaction is tax exempt. |
CLASS_KEY
public static final java.lang.String CLASS_KEY
- See Also:
- Constant Field Values
getIsTaxExempt
public boolean getIsTaxExempt()
- Indicates whether the transaction is tax exempt.
- Returns:
- boolean True if the transaction is tax exempt.
setIsTaxExempt
public void setIsTaxExempt(boolean flag)
- Sets whether the transaction is tax exempt.
Copyright © 2004 IBM. All Rights Reserved.
Generated: July 19 2004