Method: TripletexApi::AnnualAccount.swagger_types
- Defined in:
- lib/tripletex_api/models/annual_account.rb
.swagger_types ⇒ Object
Attribute type mapping.
47 48 49 50 51 52 53 54 55 56 57 |
# File 'lib/tripletex_api/models/annual_account.rb', line 47 def self.swagger_types { :'id' => :'Integer', :'version' => :'Integer', :'changes' => :'Array<Change>', :'url' => :'String', :'year' => :'Integer', :'start' => :'String', :'_end' => :'String' } end |