Click or drag to resize

CardknoxResponse Class

Object representing response from the Cardknox API endpoint.
Inheritance Hierarchy
SystemObject
  CardknoxApiCardknoxResponse

Namespace:  CardknoxApi
Assembly:  Cardknox (in Cardknox.dll) Version: 4.5
Syntax
public class CardknoxResponse

The CardknoxResponse type exposes the following members.

Constructors
  NameDescription
Public methodCardknoxResponse
Initializes a new instance of the CardknoxResponse class
Top
Properties
  NameDescription
Public propertyAuthAmount
Public propertyAuthCode
Public propertyAvsResult
Public propertyAvsResultCode
Public propertyBatch
Public propertyCardType
Public propertyEntryMethod
Public propertyError
Contains error message if the transaction failed. Status will have the value of Error and Result will be E
Public propertyErrorCode
Contains error code if the transaction failed. Status will have the value of Error and Result will be E
Public propertyHasError
Public propertyMaskedCardNumber
Public propertyRefNum

Cardknox transaction Reference Number

Note: RefNum is always returned regardless of the outcome of the transaction.

Public propertyResult
Single character representing status
Public propertyStatus
Status of transction
Public propertyToken
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also