Method: AmznSpApi::ProductFeesApiModel::FeesEstimate.attribute_map
- Defined in:
- lib/product_fees_api_model/models/fees_estimate.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
21 22 23 24 25 26 27 |
# File 'lib/product_fees_api_model/models/fees_estimate.rb', line 21 def self.attribute_map { 'time_of_fees_estimation': :TimeOfFeesEstimation, 'total_fees_estimate': :TotalFeesEstimate, 'fee_detail_list': :FeeDetailList } end |