models_v2.status_24_enum module¶
-
class
models_v2.status_24_enum.
Status24Enum
[source]¶ Bases:
object
Implementation of the ‘Status24’ enum.
Specifies the registration status.
- Attributes:
NOTDONE: TODO: type description here. INPROGRESS: TODO: type description here. SUCCESS: TODO: type description here. FAILED: TODO: type description here.
-
FAILED
= 'Failed'¶
-
INPROGRESS
= 'InProgress'¶
-
NOTDONE
= 'NotDone'¶
-
SUCCESS
= 'Success'¶