







|
| A .NET Library aimed at helping you get up to speed quickly with Authorize.NET |
| CardPresentAuthorizationRequest Constructor (Decimal, String, String) |
| CardPresentAuthorizationRequest Class See Also Send Feedback |
Initializes a new instance of the CardPresentAuthorizationRequest class using track data from a card reader.
Namespace: AuthorizeNet
Assembly: AuthorizeNet (in AuthorizeNet.dll) Version: 0.0.0.0
Syntax
| C# |
|---|
public CardPresentAuthorizationRequest( decimal amount, string track1, string track2 ) |
| Visual Basic |
|---|
Public Sub New ( _ amount As Decimal, _ track1 As String, _ track2 As String _ ) |
| Visual C++ |
|---|
public: CardPresentAuthorizationRequest( Decimal amount, String^ track1, String^ track2 ) |
Parameters
- amount
- Type: System..::..Decimal
The amount.
- track1
- Type: System..::..String
The track1 data.
- track2
- Type: System..::..String
The track2 data.
