CardPresentAuthorizeAndCaptureRequest Constructor (Decimal, String, String)

AuthorizeNet .NET

Collapse imageExpand ImageCopy imageCopyHover image
Initializes a new instance of the CardPresentAuthorizeAndCaptureRequest class

Namespace: AuthorizeNet
Assembly: AuthorizeNet (in AuthorizeNet.dll) Version: 0.0.0.0

Syntax

C#
public CardPresentAuthorizeAndCaptureRequest(
	decimal amount,
	string track1,
	string track2
)
Visual Basic
Public Sub New ( _
	amount As Decimal, _
	track1 As String, _
	track2 As String _
)
Visual C++
public:
CardPresentAuthorizeAndCaptureRequest(
	Decimal amount, 
	String^ track1, 
	String^ track2
)

Parameters

amount
Type: System..::..Decimal
track1
Type: System..::..String
track2
Type: System..::..String

See Also