Source code for cfxdb.gen.user.OrganizationType

# automatically generated by the FlatBuffers compiler, do not modify

# namespace: user

# CFC organization type
[docs] class OrganizationType(object): # No organization.
[docs] NONE = 0
# Personal or individual.
[docs] PERSONAL = 1
# Company or business.
[docs] BUSINESS = 2
# Public academics & teaching.
[docs] ACADEMICS = 3