Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 886 Bytes

AwardGiveawayEffectProps.md

File metadata and controls

14 lines (11 loc) · 886 Bytes

TalonOne.Model.AwardGiveawayEffectProps

The properties specific to the "awardGiveaway" effect. This effect contains information on the giveaway item, and which profile it was awarded to.

Properties

Name Type Description Notes
PoolId int The ID of the giveaways pool the code was taken from.
PoolName string The name of the giveaways pool the code was taken from.
RecipientIntegrationId string The integration ID of the profile that was awarded the giveaway.
GiveawayId int The internal ID for the giveaway that was awarded.
Code string The giveaway code that was awarded.

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