







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