com.ibm.retail.AEF.data
Interface TenderProperties

All Superinterfaces:
LineItemProperties, POSDataProperties

public interface TenderProperties
extends LineItemProperties

TenderProperties contains the POSDataProvider names for tender attributes. These properties are communicated to client listeners through the TenderListener interface. Individual property values for the current tender are also accessible through the POSDataProvider interface.

See Also:
TenderListener, getPropertyValue

Field Summary
static java.lang.String ACCOUNT_NUMBER
          account number
static java.lang.String AMOUNT
          amount tendered
static java.lang.String CARD_ID
          card id (a credit card security it)
static java.lang.String CATEGORY
          Category identifier
static java.lang.String CURRENCY
          tender currency
static java.lang.String DESCRIPTION
          tender description
static java.lang.String EXPIRATION_DATE
          expiration date
static java.lang.String FEE
          fee
static java.lang.String REFERENCE_NUMBER
          reference number
static java.lang.String TENDER_ACTION
          tender action performed (added, voided)
static java.lang.String TENDER_TYPE
          tender type (cash, check, credit, debit)
static java.lang.String TENDER_VARIETY
          tender variety
 
Fields inherited from interface com.ibm.retail.AEF.data.LineItemProperties
IS_DEPOSIT, IS_REFUNDED, IS_VOIDED, ITEM_ID, ITEM_ID_QUALIFIER, ITEM_MODIFIER, PRINT_LINES, QUANTITY, RAW_PRINT_LINES
 
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

TENDER_ACTION

public static final java.lang.String TENDER_ACTION
tender action performed (added, voided)

See Also:
Constant Field Values

TENDER_TYPE

public static final java.lang.String TENDER_TYPE
tender type (cash, check, credit, debit)

See Also:
Constant Field Values

TENDER_VARIETY

public static final java.lang.String TENDER_VARIETY
tender variety

See Also:
Constant Field Values

CURRENCY

public static final java.lang.String CURRENCY
tender currency

See Also:
Constant Field Values

DESCRIPTION

public static final java.lang.String DESCRIPTION
tender description

See Also:
Constant Field Values

AMOUNT

public static final java.lang.String AMOUNT
amount tendered

See Also:
Constant Field Values

ACCOUNT_NUMBER

public static final java.lang.String ACCOUNT_NUMBER
account number

See Also:
Constant Field Values

EXPIRATION_DATE

public static final java.lang.String EXPIRATION_DATE
expiration date

See Also:
Constant Field Values

CARD_ID

public static final java.lang.String CARD_ID
card id (a credit card security it)

See Also:
Constant Field Values

REFERENCE_NUMBER

public static final java.lang.String REFERENCE_NUMBER
reference number

See Also:
Constant Field Values

FEE

public static final java.lang.String FEE
fee

See Also:
Constant Field Values


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