UNPKG

boldsign

Version:

NodeJS client for boldsign

26 lines (25 loc) 732 B
import { NotificationSettings } from './notificationSettings'; export declare class SenderIdentityViewModel { 'name'?: string | null; 'email'?: string | null; 'status'?: string | null; 'createdBy'?: string | null; 'approvedDate'?: string | null; 'notificationSettings'?: NotificationSettings; 'brandId'?: string | null; 'redirectUrl'?: string | null; 'metaData'?: { [key: string]: string | null; } | null; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }