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. | |
name | StringFilter | Filter by the object’s `name` field. | |
price | IntFilter | Filter by the object’s `price` 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. |