Method: SpApiHelpers::FeesEstimateRequest#to_camelize
- Defined in:
- lib/sp_api_helpers.rb
#to_camelize ⇒ Object
45 46 47 48 49 50 51 52 53 |
# File 'lib/sp_api_helpers.rb', line 45 def to_camelize { "Identifier" => identifier, "IsAmazonFulfilled" => is_amazon_fulfilled, "MarketplaceId" => marketplace_id, "OptionalFulfillmentProgram" => optional_fulfillment_program, "PriceToEstimateFees" => price_to_estimate_fees.to_camelize } end |