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

2/27/2008

Enumerates the possible EFT transaction types.

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

Syntax

'Declaration
Public Enumeration EftTransactionType
public enum EftTransactionType
public enum class EftTransactionType
public enum EftTransactionType
public enum EftTransactionType

Members

Member name Description
Admin Indicates an administrative transaction.
Credit Credits (increases) the specified amount.
Debit Debits (decreases) the specified amount.
Inquiry Indicates a balance inquiry.
Reconcile Indicates reconciliation or settlement.

Remarks

Used by the TransactionType property. Members of this enumeration replaces the PPAD_TRANS_ family of UPOS constants.

See Also

Reference

Microsoft.PointOfService Namespace
TransactionType