Click or drag to resize

StatusType Enumeration

Indicates the status of the transaction

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