







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