TIM SDK
TIM API C
print_format.h File Reference

Description

Constants for PrintFormat tag.

Copyright: Worldline.

Typedefs

typedef enum ta_e_print_format ta_e_print_format_t
 

Enumerations

enum  ta_e_print_format {
  ta_c_pfmt_undefined = 0 , ta_c_pfmt_no_print = 1 , ta_c_pfmt_normal = 2 , ta_c_pfmt_on_device = 3 ,
  ta_c_pfmt_fields_only = 4 , ta_c_pfmt_on_device_with_receipt = 5 , ta_c_pfmt_on_device_with_fields = 6
}
 

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 but not returned to the ECR.

Specification: retail.

ta_c_pfmt_fields_only 

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

Specification: retail.

ta_c_pfmt_on_device_with_receipt 

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

Specification: retail.

ta_c_pfmt_on_device_with_fields 

Receipts are generated and printed on the printer attached to the EFT terminal and receipt fields are returned to the ECR, not generated receipts.

Specification: retail.