Click or drag to resize

ResultType Enumeration

Single character indicating result

Namespace:  CardknoxApi
Assembly:  Cardknox (in Cardknox.dll) Version: 4.5
Syntax
public enum ResultType
Members
  Member nameValueDescription
A0 Indicates the transaction was Approved.
D1 Indicates the transaction was Declined.
E2 Indicates the transaction had an Error. Refer to the Error property for details.
See Also