# TalonOne::AddedDeductedPointsNotificationPolicy ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | Notification name. | **scopes** | **Array<String>** | | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::AddedDeductedPointsNotificationPolicy.new(name: Christmas Sale, scopes: null) ```