TIM SDK
TIM API C
processing_disposition.h File Reference

Description

Defines if the ECR or EFT is responsible for further trx handling.

The following values are valid:

Copyright: Worldline.

Typedefs

typedef enum ta_e_processing_disposition ta_e_processing_disposition_t
 

Enumerations

enum  ta_e_processing_disposition { ta_c_pd_undefined = 0 , ta_c_pd_on_ecr = 1 , ta_c_pd_on_eft = 2 }
 

Typedef Documentation

◆ ta_e_processing_disposition_t

Defines if the ECR or EFT is responsible for further trx handling.

The following values are valid:

Specification: petrol.

Enumeration Type Documentation

◆ ta_e_processing_disposition

Defines if the ECR or EFT is responsible for further trx handling.

The following values are valid:

Specification: petrol.

Enumerator
ta_c_pd_undefined 

Undefined/invalid value.

ta_c_pd_on_ecr 

The ECR is responsible for further trx handling.

Specification: petrol.

ta_c_pd_on_eft 

The EFT is responsible for further trx handling.

Specification: petrol.