BillingAddonSubscriptionFutureFilter
BillingAddonSubscriptionFutureFilter
A filter to be used against BillingAddonSubscriptionFuture object types. All fields are combined with a logical ‘and.’
| Field | Type | Description | |
|---|---|---|---|
| billingAddonId | StringFilter | Filter by the object’s `billingAddonId` field. | |
| billingSubscriptionId | StringFilter | Filter by the object’s `billingSubscriptionId` field. | |
| billingCustomerId | StringFilter | Filter by the object’s `billingCustomerId` field. | |
| orgId | UUIDFilter | Filter by the object’s `orgId` field. | |
| raw | JSONFilter | Filter by the object’s `raw` field. | |
| unitPrice | IntFilter | Filter by the object’s `unitPrice` field. | |
| and | [BillingAddonSubscriptionFutureFilter!] | Checks for all expressions in this list. | |
| or | [BillingAddonSubscriptionFutureFilter!] | Checks for any expressions in this list. | |
| not | BillingAddonSubscriptionFutureFilter | Negates the expression. | |