com.ibm.etill.kitcashcassette.test.card
Interface KitCashConstants

All Known Implementing Classes:
KitCashAccount, KitCashBatch, KitCashCassette, KitCashProfile, KitCashPurchase

public interface KitCashConstants


Field Summary
static int BATCH_CLOSED_TOKEN
          Token used by the KitCash cassette's finite state machine to indicate that a batch has been closed
static int CASHMSG_TOKEN
          Token used by the KitCash cassette's finite state machine to indicate a KitCash message has been received from the consumer
static int END_TOKEN
          Token used by the KitCash cassette's finite state machine to indicate that the merchant's KitCash card has completed its flow of messages with the consumer (or bank)
static int ERROR_TOKEN
          Token used by the KitCash cassette's finite state machine to indicate that the merchant's KitCash card has ended its protocol flow in an error state
static java.lang.String PD_ACCOUNTNUMBER
          For KitCashPurchase
static java.lang.String PD_BANKHOSTNAME
          For KitCashAccount
static java.lang.String PD_BANKPORT
           
static java.lang.String PD_PROTOCOLPORT
          For KitCashProfile
static short RC_BANKHOSTNAME
          ReturnCode for BankHostName Validation
static short RC_BANKPORT
          ReturnCode for BankPort Validation
static short RC_PROTOCOLPORT
          ReturnCode for ProtocolPort Validation
 

Field Detail

CASHMSG_TOKEN

public static final int CASHMSG_TOKEN
Token used by the KitCash cassette's finite state machine to indicate a KitCash message has been received from the consumer

END_TOKEN

public static final int END_TOKEN
Token used by the KitCash cassette's finite state machine to indicate that the merchant's KitCash card has completed its flow of messages with the consumer (or bank)

ERROR_TOKEN

public static final int ERROR_TOKEN
Token used by the KitCash cassette's finite state machine to indicate that the merchant's KitCash card has ended its protocol flow in an error state

BATCH_CLOSED_TOKEN

public static final int BATCH_CLOSED_TOKEN
Token used by the KitCash cassette's finite state machine to indicate that a batch has been closed

PD_ACCOUNTNUMBER

public static final java.lang.String PD_ACCOUNTNUMBER
For KitCashPurchase

PD_PROTOCOLPORT

public static final java.lang.String PD_PROTOCOLPORT
For KitCashProfile

PD_BANKHOSTNAME

public static final java.lang.String PD_BANKHOSTNAME
For KitCashAccount

PD_BANKPORT

public static final java.lang.String PD_BANKPORT

RC_PROTOCOLPORT

public static final short RC_PROTOCOLPORT
ReturnCode for ProtocolPort Validation

RC_BANKPORT

public static final short RC_BANKPORT
ReturnCode for BankPort Validation

RC_BANKHOSTNAME

public static final short RC_BANKHOSTNAME
ReturnCode for BankHostName Validation