Sha256: 2f24759387a7c270f604a714bfa2a43460c5ae4825425782d9119385faf70292
Contents?: true
Size: 525 Bytes
Versions: 6
Compression:
Stored size: 525 Bytes
Contents
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module StackOne module Shared # HrisCreateEmployeeRequestDtoSchemasNationalIdentityNumberValue - The type of the national identity number class HrisCreateEmployeeRequestDtoSchemasNationalIdentityNumberValue < 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
6 entries across 6 versions & 1 rubygems