Share via


CatLogs Enum

Definition

Enumerates the available log functions for a credit authorization terminal (CAT) device.

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum CatLogs
[<System.Flags>]
type CatLogs = 
Public Enum CatLogs
Inheritance
CatLogs
Attributes

Fields

Name Value Description
None 0

The CAT device does not have the daily log functions.

Reporting 1

The CAT device has only an intermediate total function that reads the daily log, but does not erase the log.

Settlement 2

The CAT device has only the final total and erases daily log functions.

ReportingAndSettlement 3

The CAT device has the intermediate total function and the final total and erases daily log functions.

Applies to