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: SIX Payment Services.

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, ta_c_cpt_debit, ta_c_cpt_credit, ta_c_cpt_commercial,
  ta_c_cpt_prepaid
}
 

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.