INPUT_OBJECT

InvoiceAccountingItemCondition

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

link GraphQL Schema definition

  • input InvoiceAccountingItemCondition {
  • # Checks for equality with the object’s `rowId` field.
  • rowId: UUID
  • # Checks for equality with the object’s `invoiceDocumentRowId` field.
  • invoiceDocumentRowId: UUID
  • # Checks for equality with the object’s `generalLedgerAccountRowId` field.
  • generalLedgerAccountRowId: UUID
  • # Checks for equality with the object’s `title` field.
  • title: String
  • # Checks for equality with the object’s `bookingType` field.
  • bookingType: InvoiceAccountingItemBookingType
  • # Checks for equality with the object’s `amountType` field.
  • amountType: InvoiceAccountingItemAmountType
  • # Checks for equality with the object’s `amount` field.
  • amount: Float
  • # Checks for equality with the object’s `valueAddedTaxRowId` field.
  • valueAddedTaxRowId: UUID
  • # Checks for equality with the object’s `valueAddedTaxPercentageRowId` field.
  • valueAddedTaxPercentageRowId: UUID
  • # Checks for equality with the object’s `updatedBy` field.
  • updatedBy: UUID
  • # Checks for equality with the object’s `createdBy` field.
  • createdBy: UUID
  • # Checks for equality with the object’s `updatedAt` field.
  • updatedAt: UpdatedTime
  • # Checks for equality with the object’s `createdAt` field.
  • createdAt: CreatedTime
  • }