Studio Service

BillingAddonCondition

BillingAddonCondition

A condition to be used against BillingAddon object types. All fields are tested for equality and combined with a logical ‘and.’

FieldTypeDescription
idStringChecks for equality with the object’s `id` field.
rawJSONChecks for equality with the object’s `raw` field.
nameStringChecks for equality with the object’s `name` field.
chargeTypeStringChecks for equality with the object’s `chargeType` field.
priceIntChecks for equality with the object’s `price` field.
periodIntChecks for equality with the object’s `period` field.
periodUnitStringChecks for equality with the object’s `periodUnit` field.
statusStringChecks for equality with the object’s `status` field.
currencyCodeCurrencyCodeChecks for equality with the object’s `currencyCode` field.
metaDataJSONChecks for equality with the object’s `metaData` field.