Sha256: 51f619a77568c17ce58b4be886167b8c357ec9d9ea0e6f488e60336e6ec83dc1
Contents?: true
Size: 567 Bytes
Versions: 4
Compression:
Stored size: 567 Bytes
Contents
# Code generated by Speakeasy (https://speakeasy.com). 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
4 entries across 4 versions & 1 rubygems