Sha256: 44614f3958390ab658111585dd06f3f088a75a028b707498c9940abe42478712
Contents?: true
Size: 1.88 KB
Versions: 3
Compression:
Stored size: 1.88 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 the account | **coupons** | **Integer** | Total Number of allowed coupons in the account | **referral_codes** | **Integer** | Total Number of allowed referral codes 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** | Total allowed api volume | **active_rules** | **Integer** | Total allowed active rulesets | [optional] **promotion_types** | **Array<String>** | array of rulesets where webhook is used | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::AccountLimits.new(live_applications: null, sandbox_applications: null, active_campaigns: null, coupons: null, referral_codes: null, live_loyalty_programs: null, sandbox_loyalty_programs: null, webhooks: null, users: null, api_volume: null, active_rules: null, promotion_types: null) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
talon_one-2.1.1 | docs/AccountLimits.md |
talon_one-2.1.0 | docs/AccountLimits.md |
talon_one-2.0.0 | docs/AccountLimits.md |