







|
| A .NET Library aimed at helping you get up to speed quickly with Authorize.NET |
| Order Constructor |
| Order Class See Also Send Feedback |
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.
