Sha256: 84d9bf8addd785706853b7287ab8f582a935d5f8c5229c94c5bdd801f1f48b4c
Contents?: true
Size: 566 Bytes
Versions: 13
Compression:
Stored size: 566 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
13 entries across 13 versions & 1 rubygems