pyocf.types.contactinfo

Type representation of a primary contact person for a stakeholder (e.g. a fund)

pydantic model pyocf.types.contactinfo.ContactInfo

Type representation of a primary contact person for a stakeholder (e.g. a fund)

field emails: Annotated[list[Email], FieldInfo(annotation=NoneType, required=True, description='Emails to reach the contact at')] | None = None
field name: Annotated[Name, FieldInfo(annotation=NoneType, required=True, description="Contact's name")] | None = None
field phone_numbers: Annotated[list[Phone], FieldInfo(annotation=NoneType, required=True, description='Phone numbers to reach the contact at')] | None = None