UNPKG

boldsign

Version:

NodeJS client for boldsign

20 lines (19 loc) 509 B
export declare class DownloadImageRequest { 'emailId'?: string | null; 'countryCode'?: string | null; 'phoneNumber'?: string | null; 'order'?: number; 'fileId'?: string | null; 'onBehalfOf'?: string | null; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }