Click or drag to resize
ResponseResult Class
Envelope for representing Authorize.NET response, which could be of type ErrorResponse or TransactionRespone.
Inheritance Hierarchy
SystemObject
  CMS.Ecommerce.AuthorizeNetDataContractsResponseResult

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

The ResponseResult type exposes the following members.

Constructors
  NameDescription
Public methodResponseResult
Top
Properties
  NameDescription
Public propertyErrorResponse
Error response.
Public propertyTransactionRespone
Transaction response.
Top
See Also