BillingCustomerFilter
BillingCustomerFilter
A filter to be used against BillingCustomer
object types. All fields are combined with a logical ‘and.’
Field | Type | Description | |
---|---|---|---|
id | StringFilter | Filter by the object’s `id` field. | |
orgId | UUIDFilter | Filter by the object’s `orgId` field. | |
provider | StringFilter | Filter by the object’s `provider` 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. | |
vatNumber | StringFilter | Filter by the object’s `vatNumber` field. | |
vatNumberStatus | StringFilter | Filter by the object’s `vatNumberStatus` field. | |
autoCollection | StringFilter | Filter by the object’s `autoCollection` field. | |
taxability | StringFilter | Filter by the object’s `taxability` field. | |
billingDate | IntFilter | Filter by the object’s `billingDate` field. | |
billingDateMode | StringFilter | Filter by the object’s `billingDateMode` field. | |
billingDayOfWeek | StringFilter | Filter by the object’s `billingDayOfWeek` field. | |
billingDayOfWeekMode | StringFilter | Filter by the object’s `billingDayOfWeekMode` field. | |
preferredCurrencyCode | CurrencyCodeFilter | Filter by the object’s `preferredCurrencyCode` field. | |
deleted | BooleanFilter | Filter by the object’s `deleted` field. | |
cfCustomerType | StringFilter | Filter by the object’s `cfCustomerType` field. | |
cfAllowLicence | BooleanFilter | Filter by the object’s `cfAllowLicence` field. | |
cfPrimary | StringFilter | Filter by the object’s `cfPrimary` field. | |
createdAt | DatetimeFilter | Filter by the object’s `createdAt` field. | |
updatedAt | DatetimeFilter | Filter by the object’s `updatedAt` field. | |
billingResellerId | StringFilter | Filter by the object’s `billingResellerId` field. | |
cfPartner | StringFilter | Filter by the object’s `cfPartner` field. | |
cfInvoicedPayment | BooleanFilter | Filter by the object’s `cfInvoicedPayment` field. | |
cfAccountManager | StringFilter | Filter by the object’s `cfAccountManager` field. | |
and | [BillingCustomerFilter!] | Checks for all expressions in this list. | |
or | [BillingCustomerFilter!] | Checks for any expressions in this list. | |
not | BillingCustomerFilter | Negates the expression. |