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.
- : UUID
- # Checks for equality with the object’s `invoiceDocumentRowId` field.
- : UUID
- # Checks for equality with the object’s `generalLedgerAccountRowId` field.
- : UUID
- # Checks for equality with the object’s `title` field.
- : String
- # Checks for equality with the object’s `bookingType` field.
- : InvoiceAccountingItemBookingType
- # Checks for equality with the object’s `amountType` field.
- : InvoiceAccountingItemAmountType
- # Checks for equality with the object’s `amount` field.
- : Float
- # Checks for equality with the object’s `valueAddedTaxRowId` field.
- : UUID
- # Checks for equality with the object’s `valueAddedTaxPercentageRowId` field.
- : UUID
- # Checks for equality with the object’s `updatedBy` field.
- : UUID
- # Checks for equality with the object’s `createdBy` field.
- : UUID
- # Checks for equality with the object’s `updatedAt` field.
- : UpdatedTime
- # Checks for equality with the object’s `createdAt` field.
- : CreatedTime
- }