CreditTransactionType Enumeration (POS for .NET v1.12 SDK Documentation)

2/27/2008

Enumerates the valid transaction types for an authorization operation.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Public Enumeration CreditTransactionType
public enum CreditTransactionType
public enum class CreditTransactionType
public enum CreditTransactionType
public enum CreditTransactionType

Members

Member name Description
CashDeposit Card check.
CheckCard Purchase after approval.
Completion Preauthorization.
PreSales Refund purchase.
Refund Sales.
Sales Cancellation.
Void Cancel preauthorization approval.
VoidPreSales Charge.

Remarks

Used by the TransactionType property. The members of this enumeration replace the CAT_TRANSACTION_ family of UPOS constants.

See Also

Reference

Microsoft.PointOfService Namespace
Cat.TransactionType Property