boldsign
Version:
NodeJS client for boldsign
19 lines (18 loc) • 482 B
TypeScript
export declare class VerificationDataRequest {
'emailId'?: string | null;
'countryCode'?: string | null;
'phoneNumber'?: string | null;
'order'?: number;
'onBehalfOf'?: string | null;
static discriminator: string | undefined;
static attributeTypeMap: Array<{
name: string;
baseName: string;
type: string;
}>;
static getAttributeTypeMap(): {
name: string;
baseName: string;
type: string;
}[];
}