Method: OpenapiClient::TimeOffBalanceResponse.openapi_types

Defined in:
lib/openapi_client/models/time_off_balance_response.rb

.openapi_typesObject

Attribute type mapping.



65
66
67
68
69
70
71
72
73
74
75
76
77
78
# File 'lib/openapi_client/models/time_off_balance_response.rb', line 65

def self.openapi_types
  {
    :'employee_id' => :'String',
    :'employee_remote_id' => :'String',
    :'balance' => :'Float',
    :'used' => :'Float',
    :'policy_id' => :'String',
    :'policy_remote_id' => :'String',
    :'policy_name' => :'String',
    :'policy_type' => :'PolicyTypeResponse',
    :'remote_created_at' => :'Date',
    :'remote_modified_at' => :'Date'
  }
end