TalonOne::HiddenConditionsEffects Properties Name Type Description Notes built_in_effects Array<String> List of hidden built-in effects. [optional] conditions Array<String> List of hidden conditions. [optional] custom_effects Array<Integer> List of the IDs of hidden custom effects. [optional] webhooks Array<Integer> List of the IDs of hidden webhooks. [optional] Code Sample require 'TalonOne' instance = TalonOne::HiddenConditionsEffects.new(built_in_effects: [addFreeItem, createNotification], conditions: [checkAttributeValue, couponCodeIsValid], custom_effects: [1, 2], webhooks: [3, 4])