Sha256: e02c55dd462fb52c1abaa4f1977ffa7513c1d0fc9437e622f8b72fc2f30ce3e4

Contents?: true

Size: 811 Bytes

Versions: 6

Compression:

Stored size: 811 Bytes

Contents

# TalonOne::FeatureFlags

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**account_id** | **Integer** | The ID of the account that owns this entity. | 
**loyalty** | **Boolean** | Whether the account has access to the loyalty features or not | [optional] 
**coupons_without_count** | **Boolean** | Whether the account queries coupons with or without total result size | [optional] 
**beta_effects** | **Boolean** | Whether the account can test beta effects or not | [optional] 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::FeatureFlags.new(account_id: null,
                                 loyalty: null,
                                 coupons_without_count: null,
                                 beta_effects: null)
```


Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
talon_one-2.4.0 docs/FeatureFlags.md
talon_one-2.3.0 docs/FeatureFlags.md
talon_one-2.2.0 docs/FeatureFlags.md
talon_one-2.1.1 docs/FeatureFlags.md
talon_one-2.1.0 docs/FeatureFlags.md
talon_one-2.0.0 docs/FeatureFlags.md