BillingInvoiceCondition
BillingInvoiceCondition
A condition to be used against BillingInvoice object types. All fields are
tested for equality and combined with a logical ‘and.’
| Field | Type | Description | |
|---|---|---|---|
| id | String | Checks for equality with the object’s `id` field. | |
| billingCustomerId | String | Checks for equality with the object’s `billingCustomerId` field. | |
| raw | JSON | Checks for equality with the object’s `raw` field. | |
| status | String | Checks for equality with the object’s `status` field. | |
| total | Int | Checks for equality with the object’s `total` field. | |
| dueDate | Datetime | Checks for equality with the object’s `dueDate` field. | |
| paidAt | Datetime | Checks for equality with the object’s `paidAt` field. | |
| updatedAt | Datetime | Checks for equality with the object’s `updatedAt` field. | |
| amountDue | Int | Checks for equality with the object’s `amountDue` field. | |
| amountPaid | Int | Checks for equality with the object’s `amountPaid` field. | |
| amountToCollect | Int | Checks for equality with the object’s `amountToCollect` field. | |
| baseCurrencyCode | CurrencyCode | Checks for equality with the object’s `baseCurrencyCode` field. | |
| tax | Int | Checks for equality with the object’s `tax` field. | |
| lastSyncAt | Datetime | Checks for equality with the object’s `lastSyncAt` field. | |
| billingSubscriptionId | String | Checks for equality with the object’s `billingSubscriptionId` field. | |
| date | Datetime | Checks for equality with the object’s `date` field. | |