boldsign
Version:
NodeJS client for boldsign
19 lines (18 loc) • 495 B
TypeScript
import { PhoneNumber } from './phoneNumber';
export declare class RemoveAuthentication {
'emailId'?: string | null;
'zOrder'?: number | null;
'phoneNumber'?: PhoneNumber;
'onBehalfOf'?: string | null;
static discriminator: string | undefined;
static attributeTypeMap: Array<{
name: string;
baseName: string;
type: string;
}>;
static getAttributeTypeMap(): {
name: string;
baseName: string;
type: string;
}[];
}