TIM SDK
TIM API C
loyalty_function_type.h File Reference

Description

Defines what kind of loyalty mode will be used.

The are different modes that can be used with the LoyaltyData function.

The following values are valid:

Copyright: Worldline.

Typedefs

typedef enum ta_e_loyalty_function_type ta_e_loyalty_function_type_t
 

Enumerations

enum  ta_e_loyalty_function_type {
  ta_c_lft_undefined = 0 , ta_c_lft_init = 1 , ta_c_lft_update = 2 , ta_c_lft_deinit = 3 ,
  ta_c_lft_query = 4
}
 

Typedef Documentation

◆ ta_e_loyalty_function_type_t

Defines what kind of loyalty mode will be used.

The are different modes that can be used with the LoyaltyData function.

The following values are valid:

Specification: valueAddedServices.

Enumeration Type Documentation

◆ ta_e_loyalty_function_type

Defines what kind of loyalty mode will be used.

The are different modes that can be used with the LoyaltyData function.

The following values are valid:

Specification: valueAddedServices.

Enumerator
ta_c_lft_undefined 

Undefined/invalid value.

ta_c_lft_init 

Loyalty initialization

Specification: valueAddedServices.

ta_c_lft_update 

Loyalty data update

Specification: valueAddedServices.

ta_c_lft_deinit 

Loyalty deinitialization

Specification: valueAddedServices.

ta_c_lft_query 

Loyalty query

Specification: valueAddedServices.