UNPKG

boldsign

Version:

NodeJS client for boldsign

22 lines (21 loc) 619 B
export declare class IdVerification { 'type'?: string | null; 'maximumRetryCount'?: number | null; 'status'?: string | null; 'nameMatcher'?: string | null; 'requireLiveCapture'?: boolean | null; 'requireMatchingSelfie'?: boolean | null; 'holdForPrefill'?: boolean | null; 'prefillCompleted'?: boolean | null; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }