Sha256: 56bb8cae588cdca6b2da1527b2c090c76e8a9c92669a3811a541d4523afbb87c
Contents?: true
Size: 712 Bytes
Versions: 13
Compression:
Stored size: 712 Bytes
Contents
# TalonOne::IntegrationState ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **session** | [**CustomerSession**](CustomerSession.md) | | **profile** | [**CustomerProfile**](CustomerProfile.md) | | **event** | [**Event**](Event.md) | | **loyalty** | [**Loyalty**](Loyalty.md) | | [optional] **coupon** | [**Coupon**](Coupon.md) | | [optional] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::IntegrationState.new(session: null, profile: null, event: null, loyalty: null, coupon: null) ```
Version data entries
13 entries across 13 versions & 1 rubygems