OBJECT

FiscalClosingWithTransactions

link GraphQL Schema definition

  • type FiscalClosingWithTransactions {
  • closingDate: DateTime
  • # Closing type, must be one of: daily, monthly or yearly
  • closingType: String!
  • cumulativeTotal: Decimal
  • # Unique closing id
  • id: ID!
  • openingDate: DateTime
  • operatorId: ID
  • perpetualTotal: Decimal
  • terminalId: ID
  • transactionsId: [ID]
  • turnover: Turnover
  • updatedAt: DateTime
  • }