TIM SDK
TIM API C
|
|
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: SIX Payment Services.
Typedefs | |
typedef enum ta_e_counter_type | ta_e_counter_type_t |
Enumerations | |
enum | ta_e_counter_type { ta_c_cntt_undefined, ta_c_cntt_shift, ta_c_cntt_balance } |
typedef enum ta_e_counter_type 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.
enum 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. |