INPUT_OBJECT

DocumentBankTransactionCondition

A condition to be used against DocumentBankTransaction object types. All fields are tested for equality and combined with a logical ‘and.’

link GraphQL Schema definition

  • input DocumentBankTransactionCondition {
  • # Checks for equality with the object’s `documentId` field.
  • documentId: UUID
  • # Checks for equality with the object’s `bankTransactionId` field.
  • bankTransactionId: String
  • # Checks for equality with the object’s `confidence` field.
  • confidence: Float
  • # Checks for equality with the object’s `confirmedBy` field.
  • confirmedBy: String
  • # Checks for equality with the object’s `confirmedAt` field.
  • confirmedAt: Datetime
  • # Checks for equality with the object’s `updatedAt` field.
  • updatedAt: UpdatedTime
  • # Checks for equality with the object’s `createdAt` field.
  • createdAt: CreatedTime
  • }