Method: VoucherifySdk::ManagementProjectsStackingRules.openapi_nullable

Defined in:
lib/VoucherifySdk/models/management_projects_stacking_rules.rb

.openapi_nullableObject

List of attributes with nullable: true



134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
# File 'lib/VoucherifySdk/models/management_projects_stacking_rules.rb', line 134

def self.openapi_nullable
  Set.new([
    :'id',
    :'exclusive_categories',
    :'joint_categories',
    :'redeemables_limit',
    :'applicable_redeemables_limit',
    :'applicable_redeemables_per_category_limit',
    :'applicable_exclusive_redeemables_limit',
    :'applicable_exclusive_redeemables_per_category_limit',
    :'discount_calculation_mode',
    :'initial_amount_mode_categories',
    :'discounted_amount_mode_categories',
    :'redeemables_application_mode',
    :'redeemables_sorting_rule',
    :'created_at',
    :'updated_at'
  ])
end