Models
Address
Physical address information for contacts in the ContactsManager SDK
Address
The ContactAddress
model represents a physical address associated with a contact in the ContactsManager SDK.
Properties
addressId: String
- Unique identifier for the address entryaddress1: String?
- Primary address line (street address)address2: String?
- Secondary address line (apartment, suite, etc.)city: String?
- Citycounty: String?
- County or districtstate: String?
- State or provincecountry: String?
- Country namepostalCode: String?
- Postal or zip codecountryCode: String?
- Country code (ISO format)type: String?
- The type or label for the address (e.g., home, work, other)emoji: String?
- An emoji icon associated with this addresscontact: Contact?
- Reference to the parent contact that owns this address
Usage Example
Related
- Contact Model - The parent contact model
- Phone Number Model - Phone numbers for contacts
- Email Address Model - Email addresses for contacts