ReceiptCopyType

public enum ReceiptCopyType
  • Supported receipt copy types
  • Receipt is formatted for customer consumption

    Declaration

    Swift

    case CUSTOMER
  • Receipt is formatted for merchant consumption

    Declaration

    Swift

    case MERCHANT
  • Prints both customer and merchant copies

    Declaration

    Swift

    case BOTH