Sha256: 14eda8faca4307cc9ff40abf1a7b26b0bc015c34ccc422e64a4c995a411f3c01
Contents?: true
Size: 762 Bytes
Versions: 16
Compression:
Stored size: 762 Bytes
Contents
# OpenapiClient::EmploymentNoNullEnumRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **job_title** | **String** | | | | **pay_rate** | **Float** | | | | **pay_period** | **String** | | | | **pay_frequency** | **String** | | | | **employment_type** | **String** | | | | **currency** | [**CurrencyNotNullRequest**](CurrencyNotNullRequest.md) | | | | **effective_date** | **Date** | | | ## Example ```ruby require 'openapi_client' instance = OpenapiClient::EmploymentNoNullEnumRequest.new( job_title: Software Developer, 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 ) ```
Version data entries
16 entries across 16 versions & 1 rubygems