Method: TripletexRubyClient::ProjectPeriodMonthlyStatus.swagger_types
- Defined in:
- lib/tripletex_ruby_client/models/project_period_monthly_status.rb
.swagger_types ⇒ Object
Attribute type mapping.
34 35 36 37 38 39 40 41 |
# File 'lib/tripletex_ruby_client/models/project_period_monthly_status.rb', line 34 def self.swagger_types { :'income' => :'Float', :'costs' => :'Float', :'date_from' => :'String', :'date_to' => :'String' } end |