Method: AmzSpApi::ProductPricingApiModel::BatchOffersRequestParams#valid?
- Defined in:
- lib/product-pricing-api-model/models/batch_offers_request_params.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
91 92 93 94 95 |
# File 'lib/product-pricing-api-model/models/batch_offers_request_params.rb', line 91 def valid? return false if @marketplace_id.nil? return false if @item_condition.nil? true end |