Studio Service

BillingAddonFilter

BillingAddonFilter

A filter to be used against BillingAddon object types. All fields are combined with a logical ‘and.’

FieldTypeDescription
idStringFilterFilter by the object’s `id` field.
nameStringFilterFilter by the object’s `name` field.
priceIntFilterFilter by the object’s `price` field.
currencyCodeCurrencyCodeFilterFilter by the object’s `currencyCode` field.
metaDataJSONFilterFilter by the object’s `metaData` field.
and[BillingAddonFilter!]Checks for all expressions in this list.
or[BillingAddonFilter!]Checks for any expressions in this list.
notBillingAddonFilterNegates the expression.