BillingAddonFilter
BillingAddonFilter
A filter to be used against BillingAddon 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. | |
| chargeType | StringFilter | Filter by the object’s `chargeType` field. | |
| price | IntFilter | Filter by the object’s `price` field. | |
| period | IntFilter | Filter by the object’s `period` field. | |
| periodUnit | StringFilter | Filter by the object’s `periodUnit` field. | |
| status | StringFilter | Filter by the object’s `status` field. | |
| currencyCode | CurrencyCodeFilter | Filter by the object’s `currencyCode` field. | |
| metaData | JSONFilter | Filter by the object’s `metaData` field. | |
| and | [BillingAddonFilter!] | Checks for all expressions in this list. | |
| or | [BillingAddonFilter!] | Checks for any expressions in this list. | |
| not | BillingAddonFilter | Negates the expression. | |