☰
CashRegisterRead
Reads a Cash Register.
Returns a Cash Register with the specified Id.
Fields
cashRegisterId: Int!
isOpen: Boolean
movements: Int
totalAmmount: Float
entryAmmount: Float
exitAmmount: Float
openedAt: DateTime
closedAt: DateTime
createdAt: DateTime
updatedAt: DateTime
terminal: TerminalRead
cashRegisterMovements: [CashRegisterMovementRead]