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