pyocf.types.name

Type comprising of multiple name components

pydantic model pyocf.types.name.Name

Type comprising of multiple name components

field first_name: Annotated[str, FieldInfo(annotation=NoneType, required=True, description='First/given name for the individual')] | None = None
field last_name: Annotated[str, FieldInfo(annotation=NoneType, required=True, description='Last/family name for the individual')] | None = None
field legal_name: Annotated[str, FieldInfo(annotation=NoneType, required=True, description='Legal full name for the individual/institution')] [Required]

Legal full name for the individual/institution