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

Version Path
affixapi-1.1.102 docs/CompensationHistoryResponse.md
affixapi-1.1.101 docs/CompensationHistoryResponse.md
affixapi-1.1.100 docs/CompensationHistoryResponse.md
affixapi-1.1.99 docs/CompensationHistoryResponse.md
affixapi-1.1.94 docs/CompensationHistoryResponse.md
affixapi-1.1.93 docs/CompensationHistoryResponse.md
affixapi-1.1.92 docs/CompensationHistoryResponse.md
affixapi-1.1.91 docs/CompensationHistoryResponse.md
affixapi-1.1.90 docs/CompensationHistoryResponse.md
affixapi-1.1.89 docs/CompensationHistoryResponse.md
affixapi-1.1.88 docs/CompensationHistoryResponse.md
affixapi-1.1.87 docs/CompensationHistoryResponse.md
affixapi-1.1.86 docs/CompensationHistoryResponse.md
affixapi-1.1.85 docs/CompensationHistoryResponse.md
affixapi-1.1.84 docs/CompensationHistoryResponse.md
affixapi-1.1.83 docs/CompensationHistoryResponse.md