Sha256: 727fadf20b4e15b08b7f174d215344624e271f31671c6d0bb226e0d70beffaca
Contents?: true
Size: 1.54 KB
Versions: 1
Compression:
Stored size: 1.54 KB
Contents
# TalonOne::IntegrationStateV2 ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **customer_session** | [**CustomerSessionV2**](CustomerSessionV2.md) | | [optional] **customer_profile** | [**CustomerProfile**](CustomerProfile.md) | | [optional] **event** | [**Event**](Event.md) | | [optional] **loyalty** | [**Loyalty**](Loyalty.md) | | [optional] **referral** | [**Referral**](Referral.md) | | [optional] **coupons** | [**Array<Coupon>**](Coupon.md) | | [optional] **triggered_campaigns** | [**Array<Campaign>**](Campaign.md) | | [optional] **effects** | [**Array<Effect>**](Effect.md) | | **rule_failure_reasons** | [**Array<RuleFailureReason>**](RuleFailureReason.md) | | [optional] **created_coupons** | [**Array<Coupon>**](Coupon.md) | | **created_referrals** | [**Array<Referral>**](Referral.md) | | ## Code Sample ```ruby 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) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
talon_one-2.3.0 | docs/IntegrationStateV2.md |