com.ibm.retail.AEF.data
Interface TransactionTotalsProperties

All Superinterfaces:
POSDataProperties

public interface TransactionTotalsProperties
extends POSDataProperties

TransactionTotalsProperties provides POSDataProvider property names for the totals associated with a transaction. These properties are communicated to client listeners through the TransactionTotalsListener interface. Individual property values for the current transaction are also accessible through the POSDataProvider interface.

See Also:
TransactionTotalsListener, getPropertyValue

Field Summary
static java.lang.String AMOUNT_DUE
          Total Amount Due
static java.lang.String CATEGORY
          Category identifier
static java.lang.String CHANGE_DUE
          Change due
static java.lang.String COUPON_TOTAL
          Coupon total
static java.lang.String FOOD_STAMP_BALANCE
          Food Stamp Balance
static java.lang.String FOOD_STAMP_CHANGE
          Food Stamp Change
static java.lang.String FOOD_STAMP_TOTAL
          Food Stamp Total
static java.lang.String FOREIGN_BALANCE_DUE
          Foreign balance
static java.lang.String LAYAWAY_BALANCE_DUE
          Layaway balance due
static java.lang.String LAYAWAY_DEPOSIT
          Layaway deposit
static java.lang.String LAYAWAY_FEE
          Layaway fee
static java.lang.String SUB_TOTAL
          Transaction Subtotal
static java.lang.String TAX
          Tax total
static java.lang.String TENDER_EXCHANGED
          Tender Exchanged
static java.lang.String TOTAL
          Transaction Total
static java.lang.String TOTAL_COUPONS
          Number of coupons in transaction
static java.lang.String TOTAL_ITEMS
          Number of items in transaction
static java.lang.String TOTAL_SAVINGS
          Total savings from discounts
 
Fields inherited from interface com.ibm.retail.AEF.data.POSDataProperties
ELEMENT_NAME
 

Field Detail

CATEGORY

public static final java.lang.String CATEGORY
Category identifier

See Also:
Constant Field Values

TOTAL

public static final java.lang.String TOTAL
Transaction Total

See Also:
Constant Field Values

SUB_TOTAL

public static final java.lang.String SUB_TOTAL
Transaction Subtotal

See Also:
Constant Field Values

TOTAL_SAVINGS

public static final java.lang.String TOTAL_SAVINGS
Total savings from discounts

See Also:
Constant Field Values

TAX

public static final java.lang.String TAX
Tax total

See Also:
Constant Field Values

AMOUNT_DUE

public static final java.lang.String AMOUNT_DUE
Total Amount Due

See Also:
Constant Field Values

CHANGE_DUE

public static final java.lang.String CHANGE_DUE
Change due

See Also:
Constant Field Values

FOOD_STAMP_TOTAL

public static final java.lang.String FOOD_STAMP_TOTAL
Food Stamp Total

See Also:
Constant Field Values

FOOD_STAMP_BALANCE

public static final java.lang.String FOOD_STAMP_BALANCE
Food Stamp Balance

See Also:
Constant Field Values

FOOD_STAMP_CHANGE

public static final java.lang.String FOOD_STAMP_CHANGE
Food Stamp Change

See Also:
Constant Field Values

TENDER_EXCHANGED

public static final java.lang.String TENDER_EXCHANGED
Tender Exchanged

See Also:
Constant Field Values

COUPON_TOTAL

public static final java.lang.String COUPON_TOTAL
Coupon total

See Also:
Constant Field Values

TOTAL_ITEMS

public static final java.lang.String TOTAL_ITEMS
Number of items in transaction

See Also:
Constant Field Values

TOTAL_COUPONS

public static final java.lang.String TOTAL_COUPONS
Number of coupons in transaction

See Also:
Constant Field Values

LAYAWAY_BALANCE_DUE

public static final java.lang.String LAYAWAY_BALANCE_DUE
Layaway balance due

See Also:
Constant Field Values

LAYAWAY_FEE

public static final java.lang.String LAYAWAY_FEE
Layaway fee

See Also:
Constant Field Values

LAYAWAY_DEPOSIT

public static final java.lang.String LAYAWAY_DEPOSIT
Layaway deposit

See Also:
Constant Field Values

FOREIGN_BALANCE_DUE

public static final java.lang.String FOREIGN_BALANCE_DUE
Foreign balance

See Also:
Constant Field Values


Copyright © 2004 IBM. All Rights Reserved.
Generated: July 19 2004