TIM SDK
TIM API C
receipt_type.h File Reference

Description

Specifies type of the receipt.

Copyright: SIX Payment Services.

Typedefs

typedef enum ta_e_receipt_type ta_e_receipt_type_t
 

Enumerations

enum  ta_e_receipt_type { ta_c_rt_undefined, ta_c_rt_purchase, ta_c_rt_credit, ta_c_rt_reversal }
 

Typedef Documentation

◆ ta_e_receipt_type_t

Specifies type of the receipt.

Specification: retail.

Enumeration Type Documentation

◆ ta_e_receipt_type

Specifies type of the receipt.

Specification: retail.

Enumerator
ta_c_rt_undefined 

Undefined/invalid value.

ta_c_rt_purchase 

Purchase receipt.

Specification: retail.

ta_c_rt_credit 

Credit receipt.

Specification: retail.

ta_c_rt_reversal 

Reversal receipt.

Specification: retail.