Sha256: 9aec35038e696c786a03e6b4ed4a275bcb4b570ae67f086039e04aa241234e03
Contents?: true
Size: 748 Bytes
Versions: 19
Compression:
Stored size: 748 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** | [**CurrencyRequest**](CurrencyRequest.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
19 entries across 19 versions & 1 rubygems