Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.47 KB

SearchResultRead.md

File metadata and controls

16 lines (13 loc) · 1.47 KB

# SearchResultRead

Properties

Name Type Description Notes
id string The immutable system record ID of the constituent. [optional]
address string The constituent's preferred address. [optional]
deceased bool Indicates whether the constituent is deceased. [optional]
email string The constituent's email address. [optional]
fundraiser_status string The constituent's fundraiser status. If the constituent's <code>type</code> is <i>Individual</i>, this computed field indicates the whether the constituent is <i>Active</i>, <i>Inactive</i>, or <i>None</i>. If the constituent's <code>type</code> is <i>Organization</i>, this value will always be <i>None</i>. [optional]
inactive bool Indicates whether the constituent is inactive. [optional]
lookup_id string The user-defined identifier for the constituent. [optional]
name string The constituent name. If the constituent's <code>type</code> is <i>Individual</i>, this computed field indicates the full name of the constituent based on the target organization’s display name settings. [optional]

[Back to Model list] [Back to API list] [Back to README]