UNPKG

boldsign

Version:

NodeJS client for boldsign

23 lines (22 loc) 629 B
import { NotificationSettings } from './notificationSettings'; export declare class CreateSenderIdentityRequest { 'email': string; 'name'?: 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; }[]; }