Class AuthorizeNetManager

Authorize Net Manager

Inheritance
System.Object
AuthorizeNetManager
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.Commerce.Plugins.Payment.Authorize
Assembly: Mediachase.Commerce.Plugins.Payment.dll
Version: 10.8.0
Syntax
public class AuthorizeNetManager

Constructors

AuthorizeNetManager(String, String, String)

Initializes a new instance of the AuthorizeNetManager class.

Declaration
public AuthorizeNetManager(string serverURL, string user, string password)
Parameters
Type Name Description
System.String serverURL

The server URL.

System.String user

The user.

System.String password

The password.

Methods

PerformCardTransaction(TransactionData)

Performs the card transaction.

Declaration
public ResponsePackage PerformCardTransaction(TransactionData transData)
Parameters
Type Name Description
TransactionData transData

The trans data.

Returns
Type Description
ResponsePackage