Method: TalonOne::AccountLimits.openapi_types
- Defined in:
- lib/talon_one/models/account_limits.rb
.openapi_types ⇒ Object
Attribute type mapping.
80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 |
# File 'lib/talon_one/models/account_limits.rb', line 80 def self.openapi_types { :'live_applications' => :'Integer', :'sandbox_applications' => :'Integer', :'active_campaigns' => :'Integer', :'coupons' => :'Integer', :'referral_codes' => :'Integer', :'active_rules' => :'Integer', :'live_loyalty_programs' => :'Integer', :'sandbox_loyalty_programs' => :'Integer', :'webhooks' => :'Integer', :'users' => :'Integer', :'api_volume' => :'Integer', :'promotion_types' => :'Array<String>', :'secondary_deployment_price' => :'Integer', :'currency_code' => :'String' } end |