TIM SDK
TIM API C
card_product_type.h File Reference

Description

Gives the type of card product if this can be determined (e.g. from ASRPD).

The following values are valid:

Copyright: Worldline.

Typedefs

typedef enum ta_e_card_product_type ta_e_card_product_type_t
 

Enumerations

enum  ta_e_card_product_type {
  ta_c_cpt_undefined = 0 , ta_c_cpt_debit = 1 , ta_c_cpt_credit = 2 , ta_c_cpt_commercial = 3 ,
  ta_c_cpt_prepaid = 4 , ta_c_cpt_other = 5
}
 

Typedef Documentation

◆ ta_e_card_product_type_t

Gives the type of card product if this can be determined (e.g. from ASRPD).

The following values are valid:

Specification: retail.

Enumeration Type Documentation

◆ ta_e_card_product_type

Gives the type of card product if this can be determined (e.g. from ASRPD).

The following values are valid:

Specification: retail.

Enumerator
ta_c_cpt_undefined 

Undefined/invalid value.

ta_c_cpt_debit 

The card is a debit product

Specification: retail.

ta_c_cpt_credit 

The card is a credit product

Specification: retail.

ta_c_cpt_commercial 

The card is a commercial product

Specification: retail.

ta_c_cpt_prepaid 

The card is a pre-paid product

Specification: retail.

ta_c_cpt_other 

Other

Specification: retail.