







|
| A .NET Library aimed at helping you get up to speed quickly with Authorize.NET |
| Gateway Constructor (String, String, Boolean) |
| Gateway Class See Also Send Feedback |
Initializes a new instance of the Gateway class
Namespace: AuthorizeNet
Assembly: AuthorizeNet (in AuthorizeNet.dll) Version: 0.0.0.0
Syntax
| C# |
|---|
public Gateway( string apiLogin, string transactionKey, bool testMode ) |
| Visual Basic |
|---|
Public Sub New ( _ apiLogin As String, _ transactionKey As String, _ testMode As Boolean _ ) |
| Visual C++ |
|---|
public: Gateway( String^ apiLogin, String^ transactionKey, bool testMode ) |
Parameters
- apiLogin
- Type: System..::..String
- transactionKey
- Type: System..::..String
- testMode
- Type: System..::..Boolean
