INPUT_OBJECT
InvoiceAccountingItemCostCenterCondition
A condition to be used against InvoiceAccountingItemCostCenter object types.
All fields are tested for equality and combined with a logical ‘and.’
link GraphQL Schema definition
- input InvoiceAccountingItemCostCenterCondition {
- # Checks for equality with the object’s `rowId` field.
- : UUID
- # Checks for equality with the object’s `invoiceAccountingItemRowId` field.
- : UUID
- # Checks for equality with the object’s `clientCompanyCostCenterRowId` field.
- : UUID
- # Checks for equality with the object’s `number` field.
- : String
- # Checks for equality with the object’s `description` field.
- : String
- # Checks for equality with the object’s `currency` field.
- : CurrencyCode
- # Checks for equality with the object’s `amount` field.
- : Float
- # Checks for equality with the object’s `updatedAt` field.
- : UpdatedTime
- # Checks for equality with the object’s `createdAt` field.
- : CreatedTime
- }