Sha256: 0f0082103faaec12bb8e2b33b03326a9a4a02297ae7ccdd8cb851cfb91ee1db9
Contents?: true
Size: 599 Bytes
Versions: 6
Compression:
Stored size: 599 Bytes
Contents
require 'typesafe_enum' module OpenActive module Enums module Schema # A business entity type is a conceptual entity representing the legal form, the size, the main line of business, the position in the value chain, or any combination thereof, of an organization or business person.\n\nCommonly used values:\n\n* http://purl.org/goodrelations/v1#Business\n* http://purl.org/goodrelations/v1#Enduser\n* http://purl.org/goodrelations/v1#PublicInstitution\n* http://purl.org/goodrelations/v1#Reseller # class BusinessEntityType < TypesafeEnum::Base end end end end
Version data entries
6 entries across 6 versions & 1 rubygems