CardPresentGateway Class

AuthorizeNet .NET

Collapse imageExpand ImageCopy imageCopyHover image
The gateway which runs the credit card transaction

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

Syntax

C#
public class CardPresentGateway : Gateway, 
	ICardPresentGateway
Visual Basic
Public Class CardPresentGateway _
	Inherits Gateway _
	Implements ICardPresentGateway
Visual C++
public ref class CardPresentGateway : public Gateway, 
	ICardPresentGateway

Inheritance Hierarchy

System..::..Object
  AuthorizeNet..::..Gateway
    AuthorizeNet..::..CardPresentGateway

See Also