OBJECT

FiscalPaymentsCorrection

link GraphQL Schema definition

  • type FiscalPaymentsCorrection {
  • createdAt: DateTime
  • # Unique payment correction id
  • id: ID!
  • paymentAmount: Decimal
  • paymentId: ID!
  • paymentMethod: String
  • removed: Boolean
  • terminalId: ID!
  • }