BillingResellerFilter
BillingResellerFilter
A filter to be used against BillingReseller
object types. All fields are combined with a logical ‘and.’
Field | Type | Description | |
---|---|---|---|
id | StringFilter | Filter by the object’s `id` field. | |
billingDistributorId | StringFilter | Filter by the object’s `billingDistributorId` 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 | StateCodeFilter | 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. | |
cfCloseIoId | StringFilter | Filter by the object’s `cfCloseIoId` field. | |
cfCustomerType | StringFilter | Filter by the object’s `cfCustomerType` field. | |
cfSalesAgent | StringFilter | Filter by the object’s `cfSalesAgent` 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 | [BillingResellerFilter!] | Checks for all expressions in this list. | |
or | [BillingResellerFilter!] | Checks for any expressions in this list. | |
not | BillingResellerFilter | Negates the expression. |