Models
Date
Important date information for contacts in the ContactsManager SDK
Date
The ContactDate
model represents important dates associated with a contact in the ContactsManager SDK.
Properties
id: String
- Unique identifier for the date entrycontactId: String
- Identifier of the parent contactlabel: String
- Description or category of the date (e.g. anniversary, graduation, birthday)date: Date
- The actual date valueisPrimary: Bool
- Indicates if this is the primary date of its type for the contactcontact: Contact?
- Reference to the parent contact that owns this date
Usage Example
Related
- Contact Model - The parent contact model