CreditTransactionType Enumeration

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

Usage

'Usage
Dim creditTransactionType1 As CreditTransactionType = CreditTransactionType.CheckCard

Syntax

'Declaration
Public Enum CreditTransactionType
public enum CreditTransactionType
public enum class CreditTransactionType
public enum CreditTransactionType
public enum CreditTransactionType

Members

Member name Description
CheckCard Card check.
Completion Purchase after approval.
PreSales Pre-authorization.
Refund Refund purchase.
Sales Sales.
Void Cancellation.
VoidPreSales Cancel pre-authorization approval.

Remarks

Indicates transaction type as the result of an authorization operation.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.PointOfService Namespace
TransactionType