TIM SDK
TIM API C
recipient.h File Reference

Description

Specifies the recipient of a receipt.

The following values are valid:

Copyright: SIX Payment Services.

Typedefs

typedef enum ta_e_recipient ta_e_recipient_t
 

Enumerations

enum  ta_e_recipient { ta_c_rcp_undefined, ta_c_rcp_merchant, ta_c_rcp_cardholder, ta_c_rcp_both }
 

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.