CPrintFormat

public enum CPrintFormat

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.

    Specification: retail.

    Declaration

    Swift

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

    Specification: retail.

    Declaration

    Swift

    case fieldsOnly