boldsign
Version:
NodeJS client for boldsign
17 lines (16 loc) • 437 B
TypeScript
import { PrefillField } from './prefillField';
export declare class PrefillFieldRequest {
'fields': Array<PrefillField>;
'onBehalfOf'?: string | null;
static discriminator: string | undefined;
static attributeTypeMap: Array<{
name: string;
baseName: string;
type: string;
}>;
static getAttributeTypeMap(): {
name: string;
baseName: string;
type: string;
}[];
}