TIM SDK
TIM API C
recipient.h File Reference

Description

Specifies the recipient of a receipt.

The following values are valid:

Copyright: Worldline.

Typedefs

typedef enum ta_e_recipient ta_e_recipient_t
 

Enumerations

enum  ta_e_recipient { ta_c_rcp_undefined = 0 , ta_c_rcp_merchant = 1 , ta_c_rcp_cardholder = 2 , ta_c_rcp_both = 3 }
 

Typedef Documentation

◆ ta_e_recipient_t

Specifies the recipient of a receipt.

The following values are valid:

Specification: retail.

Enumeration Type Documentation

◆ ta_e_recipient

Specifies the recipient of a receipt.

The following values are valid:

Specification: retail.

Enumerator
ta_c_rcp_undefined 

Undefined/invalid value.

ta_c_rcp_merchant 

The datum is intended for the merchant.

Specification: retail.

ta_c_rcp_cardholder 

The datum is intended for the cardholder.

Specification: retail.

ta_c_rcp_both 

The datum is intended for the cardholder and the merchant.

Specification: retail.