Sha256: 61d725bb714b7bfcf831deda3f3da454f4918df9680e319cfd86bfd8e21e8eb7
Contents?: true
Size: 970 Bytes
Versions: 35
Compression:
Stored size: 970 Bytes
Contents
# OpenapiClient::TimeOffBalanceResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **employee_id** | **String** | The Affix-assigned id of the individual | | | **remote_id** | **String** | the remote system-assigned id of the individual | | | **balance** | **Float** | | | | **used** | **Float** | | | | **policy_name** | **String** | The name of the policy, as assigned by the remote system | | | **policy_type** | **String** | | | | **remote_created_at** | **Date** | | | | **remote_modified_at** | **Date** | | | ## Example ```ruby require 'openapi_client' instance = OpenapiClient::TimeOffBalanceResponse.new( employee_id: cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw, remote_id: 19202938, balance: 24.5, used: 12, policy_name: Comp/In Lieu Time, policy_type: null, remote_created_at: Sun Oct 11 00:00:00 UTC 2020, remote_modified_at: Sun Oct 11 00:00:00 UTC 2020 ) ```
Version data entries
35 entries across 35 versions & 1 rubygems