FullCapacityPerson
o1.legal.FullCapacityPerson
class FullCapacityPerson(
personID
: String, name
: String) extends Entity, NaturalPerson
A FullCapacityPerson
is a NaturalPerson
that has no restrictions on their ability to function as a legal entity (due to being underage, indisposed, etc.).
Parameters
- name
-
the person’s name
- personID
-
an identifier that uniquely specifies the individual person, such as a social security number
Attributes
- Graph
-
- Supertypes