Click or drag to resize
CreateTransactionResponse Class
Authorize.NET API - Envelope for payment response.
Inheritance Hierarchy
SystemObject
  CMS.Ecommerce.AuthorizeNetDataContractsCreateTransactionResponse

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

The CreateTransactionResponse type exposes the following members.

Constructors
  NameDescription
Public methodCreateTransactionResponse
Top
Properties
  NameDescription
Public propertyMainMessages
Information about transaction result.
Public propertyRefId
ID of respective request, set in RefId.
Public propertyTransactionResponse
Transaction response data.
Top
See Also