Sha256: 223484943e9d6138379bd7edecbe56e2de35e2a103a7e5f71a899d3dabb67651
Contents?: true
Size: 570 Bytes
Versions: 23
Compression:
Stored size: 570 Bytes
Contents
# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT. # typed: true # frozen_string_literal: true module StackOne module Shared # JobPostingCompensationSchemasTypeValue - The type of the compensation. class JobPostingCompensationSchemasTypeValue < T::Enum enums do SALARY = new('salary') HOURLY = new('hourly') COMMISSION = new('commission') BONUS = new('bonus') EQUITY = new('equity') OTHER = new('other') UNMAPPED_VALUE = new('unmapped_value') end end end end
Version data entries
23 entries across 23 versions & 1 rubygems