Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

tPaymentContext (paymentMW.h)

tDataExchange (dataxhng.h)

tLevel3DataExchange (paymentMW.h)

...

Code Block
breakoutModewide
languagecpp
typedef struct {
tOutCome mOutCome;

tStartingPoint mStartingPoint;
tOnlineResponseData mOnlineResponseData;
tCVM mCVM;
tBoolean mUIReqOnOutcomePresent; // If bTRUE, found in DataExchange
tBoolean mUIReqOnRestartPresent; // If bTRUE, found in DataExchange
tBoolean mReceipt;
tBoolean mDRPresent;	// Data record. If present, found in DataExchange
tBoolean mDDPresent;	// Discretionary Data. If present, found in DataExchange
tAlternateInterfacePreference mAlternateInterfacePreference;
tWord mFieldOffReq;
tWord mRemovalTimeout;

} tOutComeParameter;

tDataExchange (dataxhng.h)

Callbacks

typedef void (*emvcallback)(void* data)

...