







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