boldsign
Version:
NodeJS client for boldsign
21 lines (20 loc) • 575 B
TypeScript
import { NotificationSettings } from './notificationSettings';
export declare class EditSenderIdentityRequest {
'name'?: string | null;
'notificationSettings'?: NotificationSettings;
'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;
}[];
}