







![]() ![]() |
A .NET Library aimed at helping you get up to speed quickly with Authorize.NET |
CustomerGateway Constructor (String, String, ServiceMode) |
CustomerGateway Class See Also Send Feedback |
Initializes a new instance of the CustomerGateway class.
Namespace: AuthorizeNet
Assembly: AuthorizeNet (in AuthorizeNet.dll) Version: 0.0.0.0
Syntax
C# |
---|
public CustomerGateway( string apiLogin, string transactionKey, ServiceMode mode ) |
Visual Basic |
---|
Public Sub New ( _ apiLogin As String, _ transactionKey As String, _ mode As ServiceMode _ ) |
Visual C++ |
---|
public: CustomerGateway( String^ apiLogin, String^ transactionKey, ServiceMode mode ) |
Parameters
- apiLogin
- Type: System..::..String
The API login.
- transactionKey
- Type: System..::..String
The transaction key.
- mode
- Type: AuthorizeNet..::..ServiceMode
Test or Live.