Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1010 Bytes

StrikethroughEffect.md

File metadata and controls

17 lines (14 loc) · 1010 Bytes

TalonOne.Model.StrikethroughEffect

The effect produced for the catalog item.

Properties

Name Type Description Notes
CampaignId int The ID of the campaign that effect belongs to.
RulesetId int The ID of the ruleset containing the rule that triggered this effect.
RuleIndex int The position of the rule that triggered this effect within the ruleset.
RuleName string The name of the rule that triggered this effect.
Type string The type of this effect.
Props Object
StartTime DateTime The start of the time frame where the effect is active in UTC. [optional]
EndTime DateTime The end of the time frame where the effect is active in UTC. [optional]

[Back to Model list] [Back to API list] [Back to README]