Interface: ContactResponse
Defined in: sdk/src/types.ts:752
Extended by
Section titled “Extended by”Properties
Section titled “Properties”| Property | Type | Defined in |
|---|---|---|
id | string | sdk/src/types.ts:753 |
organizationId | string | sdk/src/types.ts:754 |
email | string | sdk/src/types.ts:755 |
firstName | string | null | sdk/src/types.ts:756 |
lastName | string | null | sdk/src/types.ts:757 |
attributes | Record<string, unknown> | null | sdk/src/types.ts:758 |
source | string | null | sdk/src/types.ts:759 |
unsubscribedAt | string | null | sdk/src/types.ts:760 |
bouncedAt | string | null | sdk/src/types.ts:761 |
complainedAt | string | null | sdk/src/types.ts:762 |
createdAt | string | sdk/src/types.ts:763 |
updatedAt | string | sdk/src/types.ts:764 |