Sha256: 1a39ea51a438e81c707da3fbe6a43596d0d55d3682c997707db613224899e725
Contents?: true
Size: 486 Bytes
Versions: 4
Compression:
Stored size: 486 Bytes
Contents
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module StackOne module Shared # EmployeeSchemasNationalIdentityNumberValue - The type of the national identity number class EmployeeSchemasNationalIdentityNumberValue < T::Enum enums do SSN = new('ssn') NIN = new('nin') SIN = new('sin') OTHER = new('other') UNKNOWN = new('unknown') end end end end
Version data entries
4 entries across 4 versions & 1 rubygems