







|
| A .NET Library aimed at helping you get up to speed quickly with Authorize.NET |
| CardPresentGateway Constructor (String, String, String, DeviceType, Boolean) |
| CardPresentGateway Class See Also Send Feedback |
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, string marketType, DeviceType deviceType, bool isTest ) |
| Visual Basic |
|---|
Public Sub New ( _ apiLogin As String, _ transactionKey As String, _ marketType As String, _ deviceType As DeviceType, _ isTest As Boolean _ ) |
| Visual C++ |
|---|
public: CardPresentGateway( String^ apiLogin, String^ transactionKey, String^ marketType, DeviceType deviceType, bool isTest ) |
Parameters
- apiLogin
- Type: System..::..String
The API login.
- transactionKey
- Type: System..::..String
The transaction key.
- marketType
- Type: System..::..String
Type of the market.
- deviceType
- Type: AuthorizeNet..::..DeviceType
Type of the device.
- isTest
- Type: System..::..Boolean
if set to true [is test].
