Click or drag to resize
TransactionType Enumeration
Authorize.NET API - Type of transaction.

Namespace: CMS.Ecommerce.AuthorizeNetDataContracts
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax
C#
public enum TransactionType
Members
  Member nameValueDescription
AuthCaptureTransaction1 Authorize and capture transaction.
AuthOnlyTransaction2 Authorize only transaction.
PriorAuthCaptureTransaction3 Capture previously authorized transaction.
See Also