require 'typesafe_enum' module OpenActive module Enums module Schema # The business function specifies the type of activity or access (i.e., the bundle of rights) offered by the organization or business person through the offer. Typical are sell, rental or lease, maintenance or repair, manufacture / produce, recycle / dispose, engineering / construction, or installation. Proprietary specifications of access rights are also instances of this class.

# # Commonly used values:

# # # class BusinessFunction < TypesafeEnum::Base end end end end