BillingHierarchyFilter
BillingHierarchyFilter
A filter to be used against BillingHierarchy object types. All fields are combined with a logical ‘and.’
| Field | Type | Description | |
|---|---|---|---|
| orgId | UUIDFilter | Filter by the object’s `orgId` field. | |
| parentId | StringFilter | Filter by the object’s `parentId` field. | |
| childId | StringFilter | Filter by the object’s `childId` field. | |
| invoiceeId | StringFilter | Filter by the object’s `invoiceeId` field. | |
| payeeId | StringFilter | Filter by the object’s `payeeId` field. | |
| and | [BillingHierarchyFilter!] | Checks for all expressions in this list. | |
| or | [BillingHierarchyFilter!] | Checks for any expressions in this list. | |
| not | BillingHierarchyFilter | Negates the expression. | |