Method: TogaiClient::PricingSchedule.openapi_types

Defined in:
lib/togai_client/models/pricing_schedule.rb

.openapi_typesObject

Attribute type mapping.



52
53
54
55
56
57
58
59
60
61
62
# File 'lib/togai_client/models/pricing_schedule.rb', line 52

def self.openapi_types
  {
    :'id' => :'String',
    :'price_plan_details' => :'PricePlanDetails',
    :'start_date' => :'Time',
    :'end_date' => :'Time',
    :'version' => :'Integer',
    :'pricing_rules' => :'Array<PricingRule>',
    :'is_overriden' => :'Boolean'
  }
end