pyocf.objects.transactions.change_event.stakeholderstatuschangeevent
Object describing a change event for the activity status of this stakeholder
- pydantic model pyocf.objects.transactions.change_event.stakeholderstatuschangeevent.StakeholderStatusChangeEvent
Object describing a change event for the activity status of this stakeholder
- field comments: Annotated[list[str], FieldInfo(annotation=NoneType, required=True, description='Unstructured text comments related to and stored for the object')] | None = None
- field date: Annotated[Date, FieldInfo(annotation=NoneType, required=True, description='Date on which the transaction occurred')] [Required]
Date on which the transaction occurred
- field id: Annotated[str, FieldInfo(annotation=NoneType, required=True, description='Identifier for the object')] [Required]
Identifier for the object
- field new_status: Annotated[StakeholderStatusType, FieldInfo(annotation=NoneType, required=True, description='Denoting the beginning of this activity status on the change date')] [Required]
Denoting the beginning of this activity status on the change date
- field object_type: Annotated[Literal['CE_STAKEHOLDER_STATUS'], FieldInfo(annotation=NoneType, required=True, description='')] = 'CE_STAKEHOLDER_STATUS'
- field stakeholder_id: Annotated[str, FieldInfo(annotation=NoneType, required=True, description='Identifier of the Stakeholder object, a subject of this change event"transaction"')] [Required]
Identifier of the Stakeholder object, a subject of this change event”transaction”