Interface: ContactDetailResponse
Defined in: sdk/src/types.ts:767
Extends
Section titled “Extends”Properties
Section titled “Properties”| Property | Type | Inherited from | Defined in |
|---|---|---|---|
id | string | ContactResponse.id | sdk/src/types.ts:753 |
organizationId | string | ContactResponse.organizationId | sdk/src/types.ts:754 |
email | string | ContactResponse.email | sdk/src/types.ts:755 |
firstName | string | null | ContactResponse.firstName | sdk/src/types.ts:756 |
lastName | string | null | ContactResponse.lastName | sdk/src/types.ts:757 |
attributes | Record<string, unknown> | null | ContactResponse.attributes | sdk/src/types.ts:758 |
source | string | null | ContactResponse.source | sdk/src/types.ts:759 |
unsubscribedAt | string | null | ContactResponse.unsubscribedAt | sdk/src/types.ts:760 |
bouncedAt | string | null | ContactResponse.bouncedAt | sdk/src/types.ts:761 |
complainedAt | string | null | ContactResponse.complainedAt | sdk/src/types.ts:762 |
createdAt | string | ContactResponse.createdAt | sdk/src/types.ts:763 |
updatedAt | string | ContactResponse.updatedAt | sdk/src/types.ts:764 |
memberships | { listId: string; listName: string; subscribedAt: string; unsubscribedAt: string | null; }[] | - | sdk/src/types.ts:768 |