CRMAddress
Defined in: types/crm.ts:27
CRM address record from the connected CRM.
Mirrors the iOS GRDBAddress.toJSON() output.
Properties
Section titled “Properties”id: string;Defined in: types/crm.ts:28
account_id
Section titled “account_id”account_id: string;Defined in: types/crm.ts:29
source
Section titled “source”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
Section titled “line_1”line_1: string;Defined in: types/crm.ts:33
line_2
Section titled “line_2”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
Section titled “zip_code”zip_code: string;Defined in: types/crm.ts:37
country
Section titled “country”country: string;Defined in: types/crm.ts:38
phone: string;Defined in: types/crm.ts:39
phone_2
Section titled “phone_2”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
Section titled “is_billing”is_billing: boolean;Defined in: types/crm.ts:43
is_business
Section titled “is_business”is_business: boolean;Defined in: types/crm.ts:44
is_home
Section titled “is_home”is_home: boolean;Defined in: types/crm.ts:45
is_inactive
Section titled “is_inactive”is_inactive: boolean;Defined in: types/crm.ts:46
is_primary
Section titled “is_primary”is_primary: boolean;Defined in: types/crm.ts:47
updated_at
Section titled “updated_at”updated_at: string | null;Defined in: types/crm.ts:48