TIM SDK
TIM API C
counter_type.h File Reference

Description

Identifies the type of transaction counter.

This type identifier is used to define what kind of counters shall be returned in the "CounterRequest" response.

The following values are valid:

Copyright: Worldline.

Typedefs

typedef enum ta_e_counter_type ta_e_counter_type_t
 

Enumerations

enum  ta_e_counter_type { ta_c_cntt_undefined = 0 , ta_c_cntt_shift = 1 , ta_c_cntt_balance = 2 }
 

Typedef Documentation

◆ ta_e_counter_type_t

Identifies the type of transaction counter.

This type identifier is used to define what kind of counters shall be returned in the "CounterRequest" response.

The following values are valid:

Specification: retail.

Enumeration Type Documentation

◆ ta_e_counter_type

Identifies the type of transaction counter.

This type identifier is used to define what kind of counters shall be returned in the "CounterRequest" response.

The following values are valid:

Specification: retail.

Enumerator
ta_c_cntt_undefined 

Undefined/invalid value.

ta_c_cntt_shift 

Shift counters.

Specification: retail.

ta_c_cntt_balance 

Final balance / Daily closing counters.

Specification: retail.