models_v2.type_45_enum module

class models_v2.type_45_enum.Type45Enum[source]

Bases: object

Implementation of the ‘Type45’ enum.

MCM signup request status type.

Attributes:

OPEN: TODO: type description here. INPROGRESS: TODO: type description here. DENIED: TODO: type description here. FINISHED: TODO: type description here.

DENIED = 'Denied'
FINISHED = 'Finished'
INPROGRESS = 'InProgress'
OPEN = 'Open'