AboutSupportDeveloper GuideVersion 38.126.83.74
interface RecipientsObject {
    contacts?: ContactElement[];
    id?: RecipientsID;
    name?: string;
    type: string;
    [property: string]: any;
}

Indexable

[property: string]: any

Properties

Properties

contacts?: ContactElement[]
name?: string
type: string