CaptureRequest Constructor

AuthorizeNet .NET

Collapse imageExpand ImageCopy imageCopyHover image
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.

See Also