CPrintFormat
public enum CPrintFormat : CaseIterable
Constants for PrintFormat tag.
Specification: retail.
-
Do not generate any receipts.
Specification: retail.
Declaration
Swift
case noPrint -
Receipts are generated, formatted and sent to the ECR. (default)
Specification: retail.
Declaration
Swift
case normal -
Receipts are generated and printed on the printer attached to the EFT terminal but not returned to the ECR.
Specification: retail.
Declaration
Swift
case onDevice -
Only fields are returned for printing, not a generated receipt.
Specification: retail.
Declaration
Swift
case fieldsOnly -
Receipts are generated and printed on the printer attached to the EFT terminal and generated receipts are returned to the ECR.
Specification: retail.
Declaration
Swift
case onDeviceWithReceipt -
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.
Declaration
Swift
case onDeviceWithFields