Skip to content

Commit

Permalink
20936 update to support "C" corp_num series (#2699)
Browse files Browse the repository at this point in the history
  • Loading branch information
vysakh-menon-aot authored May 21, 2024
1 parent 25a44ad commit e39f165
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions colin-api/src/colin_api/models/business.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ class LearBusinessTypes(Enum):
BCOMP = 'BEN'
BC_COMP = 'BC'
EXTRA_PRO_A = 'A'
CONTINUE_IN = 'C'


class TypeCodes(Enum):
"""Render an Enum of the Corporation Type Codes."""
Expand Down

0 comments on commit e39f165

Please sign in to comment.