TIM SDK
TIM API C
customer_data_type.h File Reference

Description

Specifies what kind of customer information the sixml:CustomerDataItem contains.

The following values are valid:

Copyright: Worldline.

Typedefs

typedef enum ta_e_customer_data_type ta_e_customer_data_type_t
 

Enumerations

enum  ta_e_customer_data_type { ta_c_cdt_undefined = 0 , ta_c_cdt_customer_id = 1 , ta_c_cdt_loyalty_brand_id = 2 , ta_c_cdt_further_info = 3 }
 

Typedef Documentation

◆ ta_e_customer_data_type_t

Specifies what kind of customer information the sixml:CustomerDataItem contains.

The following values are valid:

Specification: retail.

Enumeration Type Documentation

◆ ta_e_customer_data_type

Specifies what kind of customer information the sixml:CustomerDataItem contains.

The following values are valid:

Specification: retail.

Enumerator
ta_c_cdt_undefined 

Undefined/invalid value.

ta_c_cdt_customer_id 

Customer identifier e.g. of a Loyalty program.

Specification: retail.

ta_c_cdt_loyalty_brand_id 

Identifier of the loyalty brand used.

Specification: retail.

ta_c_cdt_further_info 

Further information e.g. promotion codes or promotion descriptions. The values are defined by the merchant or acquirer.

Specification: retail.