CRMAccount
Defined in: types/crm.ts:5
CRM account record from the connected CRM.
Mirrors the iOS GRDBAccount.toJSON() output.
Properties
Section titled “Properties”id: string;Defined in: types/crm.ts:6
is_active
Section titled “is_active”is_active: boolean;Defined in: types/crm.ts:7
is_person_account
Section titled “is_person_account”is_person_account: boolean;Defined in: types/crm.ts:8
salutation
Section titled “salutation”salutation: string;Defined in: types/crm.ts:9
name: string;Defined in: types/crm.ts:10
slug: string;Defined in: types/crm.ts:11
account_type
Section titled “account_type”account_type: string;Defined in: types/crm.ts:12
crm_object
Section titled “crm_object”crm_object: string;Defined in: types/crm.ts:13
object
Section titled “object”object: string;Defined in: types/crm.ts:15
Alias for crm_object.
primary_account_id
Section titled “primary_account_id”primary_account_id: string;Defined in: types/crm.ts:16
primary_account_name
Section titled “primary_account_name”primary_account_name: string;Defined in: types/crm.ts:17
updated_at
Section titled “updated_at”updated_at: string | null;Defined in: types/crm.ts:18
raw: unknown;Defined in: types/crm.ts:20
Provider-specific payload when present.