







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