Sha256: fa8c988a444e7bd5b3d6939b2e8e2f14f069cd6c04edcee918183e152708bc26

Contents?: true

Size: 1.96 KB

Versions: 6

Compression:

Stored size: 1.96 KB

Contents

# TalonOne::AccountLimits

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**live_applications** | **Integer** | Total number of allowed live applications in the account. | 
**sandbox_applications** | **Integer** | Total number of allowed sandbox applications in the account. | 
**active_campaigns** | **Integer** | Total number of allowed active campaigns in live applications in the account. | 
**coupons** | **Integer** | Total number of allowed coupons in the account. | 
**referral_codes** | **Integer** | Total number of allowed referral codes in the account. | 
**active_rules** | **Integer** | Total number of allowed active rulesets in the account. | 
**live_loyalty_programs** | **Integer** | Total number of allowed live loyalty programs in the account. | 
**sandbox_loyalty_programs** | **Integer** | Total number of allowed sandbox loyalty programs in the account. | 
**webhooks** | **Integer** | Total number of allowed webhooks in the account. | 
**users** | **Integer** | Total number of allowed users in the account. | 
**api_volume** | **Integer** | Allowed volume of API requests to the account. | 
**promotion_types** | **Array<String>** | Array of promotion types that are employed in the account. | 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::AccountLimits.new(live_applications: null,
                                 sandbox_applications: null,
                                 active_campaigns: null,
                                 coupons: null,
                                 referral_codes: null,
                                 active_rules: null,
                                 live_loyalty_programs: null,
                                 sandbox_loyalty_programs: null,
                                 webhooks: null,
                                 users: null,
                                 api_volume: null,
                                 promotion_types: null)
```


Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
talon_one-7.0.0 docs/AccountLimits.md
talon_one-6.0.0 docs/AccountLimits.md
talon_one-5.0.0 docs/AccountLimits.md
talon_one-3.0.2 docs/AccountLimits.md
talon_one-3.0.1 docs/AccountLimits.md
talon_one-3.0.0 docs/AccountLimits.md