Skip to content

Latest commit

 

History

History
43 lines (36 loc) · 2.1 KB

IntegrationStateV2.md

File metadata and controls

43 lines (36 loc) · 2.1 KB

TalonOne::IntegrationStateV2

Properties

Name Type Description Notes
customer_session CustomerSessionV2 [optional]
customer_profile CustomerProfile [optional]
event Event [optional]
loyalty Loyalty [optional]
referral InventoryReferral [optional]
coupons Array<IntegrationCoupon> [optional]
triggered_campaigns Array<Campaign> [optional]
effects Array<Effect> The effects generated by the rules in your running campaigns. See API effects.
rule_failure_reasons Array<RuleFailureReason> [optional]
created_coupons Array<Coupon>
created_referrals Array<Referral>
awarded_giveaways Array<Giveaway> [optional]
_return ModelReturn [optional]
previous_returns Array<ModelReturn> [optional]

Code Sample

require 'TalonOne'

instance = TalonOne::IntegrationStateV2.new(customer_session: null,
                                 customer_profile: null,
                                 event: null,
                                 loyalty: null,
                                 referral: null,
                                 coupons: null,
                                 triggered_campaigns: null,
                                 effects: null,
                                 rule_failure_reasons: null,
                                 created_coupons: null,
                                 created_referrals: null,
                                 awarded_giveaways: null,
                                 _return: null,
                                 previous_returns: null)