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 TransactionResponse

Represents a response from AuthorizeNet.

Inheritance
System.Object
TransactionResponse
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 TransactionResponse

Constructors

TransactionResponse(IGatewayResponse, Boolean)

Initializes a new instance of TransactionResponse.

Declaration
public TransactionResponse(IGatewayResponse response, bool isTransactionCapturedOrSettled)
Parameters
Type Name Description
AuthorizeNet.IGatewayResponse response
System.Boolean isTransactionCapturedOrSettled

Properties

IsTransactionCapturedOrSettled

Indicates the transaction is captured or settled.

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

Response

Reponse from AuthorizeNet provider AuthorizeNet.IGatewayResponse.

Declaration
public IGatewayResponse Response { get; }
Property Value
Type Description
AuthorizeNet.IGatewayResponse