Sha256: 3226b818b7619b00a5b854472ad63aa32fecfedbb11158a2cc46c7cf4469808f
Contents?: true
Size: 485 Bytes
Versions: 6
Compression:
Stored size: 485 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
6 entries across 6 versions & 1 rubygems