Skip to content

CRMAddress

Defined in: types/crm.ts:27

CRM address record from the connected CRM. Mirrors the iOS GRDBAddress.toJSON() output.

id: string;

Defined in: types/crm.ts:28


account_id: string;

Defined in: types/crm.ts:29


source: string;

Defined in: types/crm.ts:30


full: string;

Defined in: types/crm.ts:31


slug: string;

Defined in: types/crm.ts:32


line_1: string;

Defined in: types/crm.ts:33


line_2: string;

Defined in: types/crm.ts:34


city: string;

Defined in: types/crm.ts:35


state: string;

Defined in: types/crm.ts:36


zip_code: string;

Defined in: types/crm.ts:37


country: string;

Defined in: types/crm.ts:38


phone: string;

Defined in: types/crm.ts:39


phone_2: string;

Defined in: types/crm.ts:40


fax: string;

Defined in: types/crm.ts:41


fax_2: string;

Defined in: types/crm.ts:42


is_billing: boolean;

Defined in: types/crm.ts:43


is_business: boolean;

Defined in: types/crm.ts:44


is_home: boolean;

Defined in: types/crm.ts:45


is_inactive: boolean;

Defined in: types/crm.ts:46


is_primary: boolean;

Defined in: types/crm.ts:47


updated_at: string | null;

Defined in: types/crm.ts:48