Sha256: 91d4399abe4e1a3675ea012d586a643bfa34972b845b8749bcdd047b86870f79
Contents?: true
Size: 741 Bytes
Versions: 16
Compression:
Stored size: 741 Bytes
Contents
# OpenapiClient::CompensationHistoryResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **pay_rate** | **Float** | | | | **pay_period** | **String** | | | | **pay_frequency** | **String** | | | | **employment_type** | **String** | | | | **currency** | [**CurrencyResponse**](CurrencyResponse.md) | | | | **effective_date** | **Date** | | | | **notes** | **String** | | | ## Example ```ruby require 'openapi_client' instance = OpenapiClient::CompensationHistoryResponse.new( pay_rate: 85000, pay_period: year, pay_frequency: semimonthly, employment_type: full_time, currency: null, effective_date: Sun Oct 11 00:00:00 UTC 2020, notes: Salary Adjustment ) ```
Version data entries
16 entries across 16 versions & 1 rubygems