Method: VoucherifySdk::InapplicableTo.openapi_nullable
- Defined in:
- lib/VoucherifySdk/models/inapplicable_to.rb
.openapi_nullable ⇒ Object
List of attributes with nullable: true
141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 |
# File 'lib/VoucherifySdk/models/inapplicable_to.rb', line 141 def self.openapi_nullable Set.new([ :'object', :'id', :'source_id', :'product_id', :'product_source_id', :'strict', :'price', :'price_formula', :'quantity_limit', :'aggregated_quantity_limit', :'amount_limit', :'aggregated_amount_limit', :'order_item_indices', :'repeat', :'skip_initially', :'target' ]) end |