# TalonOne::CustomEffectProps ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **type** | **String** | The type of the custom effect. | **payload** | [**Object**](.md) | The JSON payload of the custom effect. | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::CustomEffectProps.new(type: null, payload: null) ```