|
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: 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 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. |