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 `rowId` field.
- : UUID
- # Checks for equality with the object’s `invoiceDocumentRowId` field.
- : UUID
- # Checks for equality with the object’s `posNo` field.
- : TrimmedText
- # Checks for equality with the object’s `title` field.
- : TrimmedText
- # Checks for equality with the object’s `description` field.
- : TrimmedText
- # Checks for equality with the object’s `orderNo` field.
- : TrimmedText
- # Checks for equality with the object’s `deliveryNo` field.
- : TrimmedText
- # Checks for equality with the object’s `productNo` field.
- : TrimmedText
- # Checks for equality with the object’s `eanNo` field.
- : TrimmedText
- # Checks for equality with the object’s `gtinNo` field.
- : TrimmedText
- # Checks for equality with the object’s `quantity` field.
- : Float
- # Checks for equality with the object’s `unit` field.
- : TrimmedText
- # Checks for equality with the object’s `unitNetPrice` field.
- : Float
- # Checks for equality with the object’s `totalPrice` field.
- : Float
- # Checks for equality with the object’s `discountPercent` field.
- : Float
- # Checks for equality with the object’s `vatName` field.
- : TrimmedText
- # 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
- }