Sha256: 586712ad63c7fb14ad5bb426ee2923b6ca679c591c3b0135d49374af2537fae3
Contents?: true
Size: 608 Bytes
Versions: 23
Compression:
Stored size: 608 Bytes
Contents
# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT. # typed: true # frozen_string_literal: true module StackOne module Shared # AtsCreateOfferRequestDtoValue - The status of the offer. class AtsCreateOfferRequestDtoValue < T::Enum enums do PENDING = new('pending') RETRACTED = new('retracted') ACCEPTED = new('accepted') REJECTED = new('rejected') CREATED = new('created') APPROVED = new('approved') NOT_APPROVED = new('not_approved') UNMAPPED_VALUE = new('unmapped_value') end end end end
Version data entries
23 entries across 23 versions & 1 rubygems