Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 1.96 KB

File metadata and controls

24 lines (21 loc) · 1.96 KB

TalonOne.Model.IntegrationStateV2

Contains all entities that might interest Talon.One integrations.

Properties

Name Type Description Notes
CustomerProfile CustomerProfile [optional]
Loyalty Loyalty [optional]
TriggeredCampaigns List<Campaign> The campaigns that were triggered as a result of processing the event. [optional]
Effects List<Effect> The effects generated by the rules in your running campaigns. See API effects.
RuleFailureReasons List<RuleFailureReason> The reasons why certain rules were not triggered during the event processing. [optional]
CreatedCoupons List<Coupon> The coupons that were created during the event processing.
CreatedReferrals List<Referral> The referrals that were created during the event processing.
AwardedGiveaways List<Giveaway> The giveaways that were awarded during the event processing. [optional]
Referral InventoryReferral [optional]
Coupons List<IntegrationCoupon> The coupons that were processed. [optional]
Event Event [optional]
AdvancedEvent EventV3 [optional]
CustomerSession CustomerSessionV2 [optional]
Return Return [optional]
PreviousReturns List<Return> The previous returns associated with the event. [optional]

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