budosystems.models.contact.PhysicalAddress¶
- class PhysicalAddress¶
Bases:
Contact
Identifies this object as a physical address.
- Parameters:
locale – The ISO code used to assist in representing the address meaningfully.
address – The address split in its component parts.
- __init__(*, label: str, value: str, locale: str, address: dict[str, Any] = _Nothing.NOTHING) None ¶
Method generated by attrs for class PhysicalAddress.
- address: th.DictStrAny¶