CardPresentResponse Class

AuthorizeNet .NET

Collapse imageExpand ImageCopy imageCopyHover image
Parses the response from the transaction (a piped string) into a represenational class

Namespace: AuthorizeNet
Assembly: AuthorizeNet (in AuthorizeNet.dll) Version: 0.0.0.0

Syntax

C#
public class CardPresentResponse : ResponseBase, 
	IGatewayResponse
Visual Basic
Public Class CardPresentResponse _
	Inherits ResponseBase _
	Implements IGatewayResponse
Visual C++
public ref class CardPresentResponse : public ResponseBase, 
	IGatewayResponse

Inheritance Hierarchy

System..::..Object
  AuthorizeNet..::..ResponseBase
    AuthorizeNet..::..CardPresentResponse

See Also