Method: VoucherifySdk::ManagementProjectsStackingRules.attribute_map
- Defined in:
- lib/VoucherifySdk/models/management_projects_stacking_rules.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 |
# File 'lib/VoucherifySdk/models/management_projects_stacking_rules.rb', line 87 def self.attribute_map { :'id' => :'id', :'exclusive_categories' => :'exclusive_categories', :'joint_categories' => :'joint_categories', :'redeemables_limit' => :'redeemables_limit', :'applicable_redeemables_limit' => :'applicable_redeemables_limit', :'applicable_redeemables_per_category_limit' => :'applicable_redeemables_per_category_limit', :'applicable_exclusive_redeemables_limit' => :'applicable_exclusive_redeemables_limit', :'applicable_exclusive_redeemables_per_category_limit' => :'applicable_exclusive_redeemables_per_category_limit', :'discount_calculation_mode' => :'discount_calculation_mode', :'initial_amount_mode_categories' => :'initial_amount_mode_categories', :'discounted_amount_mode_categories' => :'discounted_amount_mode_categories', :'redeemables_application_mode' => :'redeemables_application_mode', :'redeemables_sorting_rule' => :'redeemables_sorting_rule', :'created_at' => :'created_at', :'updated_at' => :'updated_at' } end |