Sha256: 10274fba571e5c449544f09531ceebf7501a69f087d5c1979801f604e4d4c832
Contents?: true
Size: 769 Bytes
Versions: 15
Compression:
Stored size: 769 Bytes
Contents
# OpenapiClient::CompensationHistoryNoNonNullRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **pay_rate** | **Float** | | | | **pay_period** | **String** | | | | **pay_frequency** | **String** | | | | **employment_type** | **String** | | | | **currency** | [**CurrencyNotNullRequest**](CurrencyNotNullRequest.md) | | | | **effective_date** | **Date** | | | | **notes** | **String** | | | ## Example ```ruby require 'openapi_client' instance = OpenapiClient::CompensationHistoryNoNonNullRequest.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
15 entries across 15 versions & 1 rubygems