Hierarchy

  • PreviousReceipt

Properties

CashRegisterOutput?: string

Data returned by cash register after printing receipt

CashboxId: string
Id: null | number

ID of the receipt returned by the POS printer. null if a print error has occurred. It is temporary field. Then it will be removed. Use Identifier instead of Id

Identifier: null | string

ID of the receipt returned by the POS printer

PaymentType: PaymentType

Previous receipt payment type

PrintDateTime: string

Date in format ISO 8601 (e.g. 2021-04-30T10:50:00.0000000+04:00)

Type: "Refund" | "Sell"

Printed receipt type: sales receipt or refund receipt

Generated using TypeDoc