London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class TransactionRequest

Represents a request to AuthorizeNet.

Inheritance
System.Object
TransactionRequest
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: EPiServer.Business.Commerce.Plugins.Payment.Authorize
Assembly: Mediachase.Commerce.Plugins.Payment.dll
Version: 13.30.0
Syntax
public class TransactionRequest

Constructors

TransactionRequest(String, String, Boolean)

Initializes a new instance of TransactionRequest.

Declaration
public TransactionRequest(string user, string password, bool testMode)
Parameters
Type Name Description
System.String user

Merchant’s unique API Login ID.

System.String password

Merchant’s API Login Password.

System.Boolean testMode

Indicates the payment provider environment is test or production.

Properties

Password

Merchant’s API Login Password.

Declaration
public string Password { get; }
Property Value
Type Description
System.String

TestMode

Indicates the payment provider environment is test or production.

Declaration
public bool TestMode { get; }
Property Value
Type Description
System.Boolean

User

Merchant’s unique API Login ID.

Declaration
public string User { get; }
Property Value
Type Description
System.String