Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 1.5 KB

IntegrationStateV2.md

File metadata and controls

23 lines (20 loc) · 1.5 KB

TalonOne.Model.IntegrationStateV2

Contains all entities that might interest Talon.One integrations.

Properties

Name Type Description Notes
CustomerSession CustomerSessionV2 [optional]
CustomerProfile CustomerProfile [optional]
Event Event [optional]
Loyalty Loyalty [optional]
Referral InventoryReferral [optional]
Coupons List<IntegrationCoupon> [optional]
TriggeredCampaigns List<Campaign> [optional]
Effects List<Effect> The effects generated by the rules in your running campaigns. See API effects.
RuleFailureReasons List<RuleFailureReason> [optional]
CreatedCoupons List<Coupon>
CreatedReferrals List<Referral>
AwardedGiveaways List<Giveaway> [optional]
Return Return [optional]
PreviousReturns List<Return> [optional]

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