BillingDistributorFilter
BillingDistributorFilter
A filter to be used against BillingDistributor object types. All fields are combined with a logical ‘and.’
| Field | Type | Description | |
|---|---|---|---|
| id | StringFilter | Filter by the object’s `id` field. | |
| raw | JSONFilter | Filter by the object’s `raw` field. | |
| parentId | StringFilter | Filter by the object’s `parentId` field. | |
| paymentOwnerId | StringFilter | Filter by the object’s `paymentOwnerId` field. | |
| invoiceOwnerId | StringFilter | Filter by the object’s `invoiceOwnerId` field. | |
| company | StringFilter | Filter by the object’s `company` field. | |
| firstName | StringFilter | Filter by the object’s `firstName` field. | |
| lastName | StringFilter | Filter by the object’s `lastName` field. | |
| StringFilter | Filter by the object’s `email` field. | ||
| phone | StringFilter | Filter by the object’s `phone` field. | |
| line1 | StringFilter | Filter by the object’s `line1` field. | |
| line2 | StringFilter | Filter by the object’s `line2` field. | |
| line3 | StringFilter | Filter by the object’s `line3` field. | |
| city | StringFilter | Filter by the object’s `city` field. | |
| stateCode | StringFilter | Filter by the object’s `stateCode` field. | |
| state | StringFilter | Filter by the object’s `state` field. | |
| country | CountryCodeFilter | Filter by the object’s `country` field. | |
| zip | StringFilter | Filter by the object’s `zip` field. | |
| deleted | BooleanFilter | Filter by the object’s `deleted` field. | |
| cfAllowLicence | BooleanFilter | Filter by the object’s `cfAllowLicence` field. | |
| cfPrimary | StringFilter | Filter by the object’s `cfPrimary` field. | |
| cfPartner | StringFilter | Filter by the object’s `cfPartner` field. | |
| createdAt | DatetimeFilter | Filter by the object’s `createdAt` field. | |
| updatedAt | DatetimeFilter | Filter by the object’s `updatedAt` field. | |
| and | [BillingDistributorFilter!] | Checks for all expressions in this list. | |
| or | [BillingDistributorFilter!] | Checks for any expressions in this list. | |
| not | BillingDistributorFilter | Negates the expression. | |