CardPresentGateway Constructor (String, String, Boolean)

AuthorizeNet .NET

Collapse imageExpand ImageCopy imageCopyHover image
Initializes a new instance of the CardPresentGateway class.

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

Syntax

C#
public CardPresentGateway(
	string apiLogin,
	string transactionKey,
	bool isTest
)
Visual Basic
Public Sub New ( _
	apiLogin As String, _
	transactionKey As String, _
	isTest As Boolean _
)
Visual C++
public:
CardPresentGateway(
	String^ apiLogin, 
	String^ transactionKey, 
	bool isTest
)

Parameters

apiLogin
Type: System..::..String
The API login.
transactionKey
Type: System..::..String
The transaction key.
isTest
Type: System..::..Boolean
if set to true [is test].

See Also