TIM SDK
TIM API C
payment_protocol.h File Reference

Description

Specifies the payment protocol used.

The following values are valid:

Copyright: Worldline.

Typedefs

typedef enum ta_e_payment_protocol ta_e_payment_protocol_t
 

Enumerations

enum  ta_e_payment_protocol {
  ta_c_pp_undefined = 0, ta_c_pp_ep2 = 1, ta_c_pp_ev = 2, ta_c_pp_vm = 3,
  ta_c_pp_3cxml = 4, ta_c_pp_ctap = 5, ta_c_pp_other = 6
}
 

Typedef Documentation

◆ ta_e_payment_protocol_t

Specifies the payment protocol used.

The following values are valid:

Specification: retail.

Enumeration Type Documentation

◆ ta_e_payment_protocol

Specifies the payment protocol used.

The following values are valid:

Specification: retail.

Enumerator
ta_c_pp_undefined 

Undefined/invalid value.

ta_c_pp_ep2 

EFTPOS 2000 protocol.

Specification: retail.

ta_c_pp_ev 

EV protocol.

Specification: retail.

ta_c_pp_vm 

ValueMaster protocol.

Specification: retail.

ta_c_pp_3cxml 

3CXml protocol.

Specification: retail.

ta_c_pp_ctap 

CTAP protocol.

Specification: retail.

ta_c_pp_other 

Other.

Specification: retail.