BillingPlanFilter
BillingPlanFilter
A filter to be used against BillingPlan object types. All fields are combined with a logical ‘and.’
| Field | Type | Description | |
|---|---|---|---|
| id | StringFilter | Filter by the object’s `id` field. | |
| raw | JSONFilter | Filter by the object’s `raw` field. | |
| name | StringFilter | Filter by the object’s `name` field. | |
| description | StringFilter | Filter by the object’s `description` field. | |
| price | IntFilter | Filter by the object’s `price` field. | |
| currencyCode | CurrencyCodeFilter | Filter by the object’s `currencyCode` field. | |
| period | IntFilter | Filter by the object’s `period` field. | |
| periodUnit | StringFilter | Filter by the object’s `periodUnit` field. | |
| trialPeriod | IntFilter | Filter by the object’s `trialPeriod` field. | |
| trialPeriodUnit | StringFilter | Filter by the object’s `trialPeriodUnit` field. | |
| pricingModel | StringFilter | Filter by the object’s `pricingModel` field. | |
| freeQuantity | IntFilter | Filter by the object’s `freeQuantity` field. | |
| status | StringFilter | Filter by the object’s `status` field. | |
| billingCycles | IntFilter | Filter by the object’s `billingCycles` field. | |
| cfSubscriptionType | StringFilter | Filter by the object’s `cfSubscriptionType` field. | |
| cfIsLegacy | BooleanFilter | Filter by the object’s `cfIsLegacy` field. | |
| cfEnterprise | BooleanFilter | Filter by the object’s `cfEnterprise` field. | |
| cfSpecial | StringFilter | Filter by the object’s `cfSpecial` field. | |
| metaData | JSONFilter | Filter by the object’s `metaData` field. | |
| cfName | StringFilter | Filter by the object’s `cfName` field. | |
| cfIncludedPhysicalScreenLicenses | IntFilter | Filter by the object’s `cfIncludedPhysicalScreenLicenses` field. | |
| cfIncludedVirtualScreenLicenses | IntFilter | Filter by the object’s `cfIncludedVirtualScreenLicenses` field. | |
| cfVersion | StringFilter | Filter by the object’s `cfVersion` field. | |
| and | [BillingPlanFilter!] | Checks for all expressions in this list. | |
| or | [BillingPlanFilter!] | Checks for any expressions in this list. | |
| not | BillingPlanFilter | Negates the expression. | |