BillingInvoiceFilter
BillingInvoiceFilter
A filter to be used against BillingInvoice
object types. All fields are combined with a logical ‘and.’
Field | Type | Description | |
---|---|---|---|
id | StringFilter | Filter by the object’s `id` field. | |
billingCustomerId | StringFilter | Filter by the object’s `billingCustomerId` field. | |
raw | JSONFilter | Filter by the object’s `raw` field. | |
status | StringFilter | Filter by the object’s `status` field. | |
total | IntFilter | Filter by the object’s `total` field. | |
dueDate | DatetimeFilter | Filter by the object’s `dueDate` field. | |
paidAt | DatetimeFilter | Filter by the object’s `paidAt` field. | |
updatedAt | DatetimeFilter | Filter by the object’s `updatedAt` field. | |
amountDue | IntFilter | Filter by the object’s `amountDue` field. | |
amountPaid | IntFilter | Filter by the object’s `amountPaid` field. | |
amountToCollect | IntFilter | Filter by the object’s `amountToCollect` field. | |
baseCurrencyCode | CurrencyCodeFilter | Filter by the object’s `baseCurrencyCode` field. | |
tax | IntFilter | Filter by the object’s `tax` field. | |
lastSyncAt | DatetimeFilter | Filter by the object’s `lastSyncAt` field. | |
billingSubscriptionId | StringFilter | Filter by the object’s `billingSubscriptionId` field. | |
date | DatetimeFilter | Filter by the object’s `date` field. | |
and | [BillingInvoiceFilter!] | Checks for all expressions in this list. | |
or | [BillingInvoiceFilter!] | Checks for any expressions in this list. | |
not | BillingInvoiceFilter | Negates the expression. |