INPUT_OBJECT
InvoiceItemCondition
A condition to be used against InvoiceItem object types. All fields are tested for equality and combined with a logical ‘and.’
link GraphQL Schema definition
- input InvoiceItemCondition {
- # Checks for equality with the object’s `id` field.
- : UUID
- # Checks for equality with the object’s `documentId` field.
- : UUID
- # Checks for equality with the object’s `posNr` field.
- : String
- # Checks for equality with the object’s `description` field.
- : String
- # Checks for equality with the object’s `productNr` field.
- : String
- # Checks for equality with the object’s `eanNr` field.
- : String
- # Checks for equality with the object’s `gtinNr` field.
- : String
- # Checks for equality with the object’s `quantity` field.
- : Float
- # Checks for equality with the object’s `unitNetPrice` field.
- : Float
- # Checks for equality with the object’s `discountPercent` field.
- : Float
- # Checks for equality with the object’s `vatPercent` field.
- : Float
- # Checks for equality with the object’s `updatedAt` field.
- : UpdatedTime
- # Checks for equality with the object’s `createdAt` field.
- : CreatedTime
- }