boldsign
Version:
NodeJS client for boldsign
24 lines (23 loc) • 724 B
TypeScript
export declare class IdVerificationDetails {
'type'?: string | null;
'maximumRetryCount'?: number | null;
'status'?: string | null;
'nameMatcher'?: string | null;
'requireLiveCapture'?: boolean | null;
'requireMatchingSelfie'?: boolean | null;
'holdForPrefill'?: boolean | null;
'prefillCompleted'?: boolean | null;
'allowedDocumentTypes'?: Array<string> | null;
'allowedCountries'?: Array<string> | null;
static discriminator: string | undefined;
static attributeTypeMap: Array<{
name: string;
baseName: string;
type: string;
}>;
static getAttributeTypeMap(): {
name: string;
baseName: string;
type: string;
}[];
}