Package com.ibm.etill.ldbcardcassette

Interface Summary
LdbCardConstants This interface contains all the constants used by the cassette, including The cassette name The payment type The resource bundle ID The trace ID The database table names for this cassette The database column names for this cassette Cassette dependent XML keys Database view names for this cassette Database column names for the views used by this cassette Column names organized by database table Cassette dependent protocol data keywords Cassette secondary return codes that identify parameters Cassette dependent secondary return codes Cassette dependent message numbers
 

Class Summary
LdbCardAccount The Account object is responsible for managing the relationship between the merchant and the payment engine.
LdbCardBatch The cassette batch object is responsible for performing all the cassette's batch requests (BatchOpen, BatchClose) and to manage the state of the framework batch object.
LdbCardCassette The Cassette object is responsible for managing the cassettes resources within the framework.
LdbCardCassette.LuhnStringValidationItem This class converts a parameter's value from a byte array into a string and then validates that the result passes the Luhn check.
LdbCardCassetteQuery The cassette query object is responsible for processing query requests from the Payment Manager user interface.
LdbCardCredit The cassette credit object is responsible for performing all the cassette's credit requests (Refund, RefundReversal) and to manage the state of the framework credit object.
LdbCardOrder The cassette order object is responsible for recording all the relevent protocol data passed when the order is created, managing the state of the framework object, and routing all the order requests.
LdbCardPayment The cassette payment object is responsible for performing all the cassette's payment requests (Approve, ApproveReversal, Deposit, DepositReversal) and to manage the state of the framework payment object.