TIM SDK
TIM API C
print_format.h File Reference

Description

Constants for PrintFormat tag.

Copyright: SIX Payment Services.

Typedefs

typedef enum ta_e_print_format ta_e_print_format_t
 

Enumerations

enum  ta_e_print_format {
  ta_c_pfmt_undefined, ta_c_pfmt_no_print, ta_c_pfmt_normal, ta_c_pfmt_on_device,
  ta_c_pfmt_fields_only
}
 

Typedef Documentation

◆ ta_e_print_format_t

Constants for PrintFormat tag.

Specification: retail.

Enumeration Type Documentation

◆ ta_e_print_format

Constants for PrintFormat tag.

Specification: retail.

Enumerator
ta_c_pfmt_undefined 

Undefined/invalid value.

ta_c_pfmt_no_print 

Do not generate any receipts.

Specification: retail.

ta_c_pfmt_normal 

Receipts are generated, formatted and sent to the ECR. (default)

Specification: retail.

ta_c_pfmt_on_device 

Receipts are generated and printed on the printer attached to the EFT terminal.

Specification: retail.

ta_c_pfmt_fields_only 

Only fields are returned for printing, not a generated receipt.

Specification: retail.