Click or drag to resize
TransactionResponse Class
Authorize.NET API - Response of payment transaction.
Inheritance Hierarchy
SystemObject
  CMS.Ecommerce.AuthorizeNetDataContractsTransactionResponse

Namespace: CMS.Ecommerce.AuthorizeNetDataContracts
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax
C#
public class TransactionResponse

The TransactionResponse type exposes the following members.

Constructors
  NameDescription
Public methodTransactionResponse
Top
Properties
  NameDescription
Public propertyAuthCode
Authorization or approval code.
Public propertyErrors
List of errors occured during processing of payment.
Public propertyMessagesMultiple
Information about processed payment.
Public propertyResponseCode
Type of response.
Public propertyTransId
ID of transaction assigned by gateway. Must be used in any follow-on transactions such as capture authorized payment.
Top
See Also