Method: TogaiClient::PricingSchedule.attribute_map
- Defined in:
- lib/togai_client/models/pricing_schedule.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
34 35 36 37 38 39 40 41 42 43 44 |
# File 'lib/togai_client/models/pricing_schedule.rb', line 34 def self.attribute_map { :'id' => :'id', :'price_plan_details' => :'pricePlanDetails', :'start_date' => :'startDate', :'end_date' => :'endDate', :'version' => :'version', :'pricing_rules' => :'pricingRules', :'is_overriden' => :'isOverriden' } end |