budosystems.models.people.Household¶
- class Household¶
Bases:
Contactable
Represents a household.
Contact information shared by everyone in the household should be stored here to reduce redundant information.
- __init__(*, id_name: str = _Nothing.NOTHING, entity_id: UUID = <singleton MissingUUID>, phone_numbers: ContactList[PhoneNumber] = _Nothing.NOTHING, email_addresses: ContactList[EmailAddress] = _Nothing.NOTHING, physical_addresses: ContactList[PhysicalAddress] = _Nothing.NOTHING, family_members: th.List[Person], primary_contact: Person) None ¶
Method generated by attrs for class Household.