Order Constructor

AuthorizeNet .NET

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

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

Syntax

C#
public Order(
	string profileID,
	string paymentProfileId,
	string shippingAddressID
)
Visual Basic
Public Sub New ( _
	profileID As String, _
	paymentProfileId As String, _
	shippingAddressID As String _
)
Visual C++
public:
Order(
	String^ profileID, 
	String^ paymentProfileId, 
	String^ shippingAddressID
)

Parameters

profileID
Type: System..::..String
The profile ID.
paymentProfileId
Type: System..::..String
The payment profile id.
shippingAddressID
Type: System..::..String
The shipping address ID.

See Also