CardPresentCaptureOnly Constructor

AuthorizeNet .NET

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

See Also