







|
| A .NET Library aimed at helping you get up to speed quickly with Authorize.NET |
| CustomerGateway..::..Authorize Method (Order) |
| CustomerGateway Class See Also Send Feedback |
Authorizes a transaction using the supplied profile information, abstracted through an Order object. Using the Order
you can add line items, specify shipping and tax, etc.
Namespace: AuthorizeNet
Assembly: AuthorizeNet (in AuthorizeNet.dll) Version: 0.0.0.0
Syntax
| C# |
|---|
public IGatewayResponse Authorize( Order order ) |
| Visual Basic |
|---|
Public Function Authorize ( _ order As Order _ ) As IGatewayResponse |
| Visual C++ |
|---|
public: virtual IGatewayResponse^ Authorize( Order^ order ) sealed |
Parameters
- order
- Type: AuthorizeNet..::..Order
The order.
