import * as $dara from '@darabonba/typescript';
export declare class QuerySingleSmsQualificationResponseBodyDataBusinessLicensePics extends $dara.Model {
    /**
     * @example
     * 123456/111.png
     */
    licensePic?: string;
    /**
     * @remarks
     * 文件的完整路径
     *
     * @example
     * https://******.aliyuncs.com/******
     */
    picUrl?: string;
    /**
     * @example
     * businessLicense
     */
    type?: string;
    static names(): {
        [key: string]: string;
    };
    static types(): {
        [key: string]: any;
    };
    validate(): void;
    constructor(map?: {
        [key: string]: any;
    });
}
export declare class QuerySingleSmsQualificationResponseBodyDataOtherFiles extends $dara.Model {
    /**
     * @example
     * 123456/111.png
     */
    licensePic?: string;
    /**
     * @remarks
     * 文件的完整路径
     *
     * @example
     * https://******.aliyuncs.com/******
     */
    picUrl?: string;
    static names(): {
        [key: string]: string;
    };
    static types(): {
        [key: string]: any;
    };
    validate(): void;
    constructor(map?: {
        [key: string]: any;
    });
}
export declare class QuerySingleSmsQualificationResponseBodyData extends $dara.Model {
    /**
     * @remarks
     * 经办人身份证有效期
     *
     * @example
     * 2023-01-01~2033-01-01
     */
    adminIDCardExpDate?: string;
    /**
     * @remarks
     * 经办人身份证国徽面，产品需求，要求身份证可以分正反面上传
     *
     * @example
     * https://******.aliyuncs.com/******
     */
    adminIDCardFrontFace?: string;
    /**
     * @remarks
     * 经办人身份证号码
     *
     * @example
     * 511391********5123
     */
    adminIDCardNo?: string;
    /**
     * @remarks
     * 经办人身份证图片地址，正反面合一
     *
     * @example
     * https://******.aliyuncs.com/******
     */
    adminIDCardPic?: string;
    /**
     * @remarks
     * 管理员身份证类型
     *
     * @example
     * identityCard
     */
    adminIDCardType?: string;
    /**
     * @remarks
     * 经办人姓名
     *
     * @example
     * 示例值示例值
     */
    adminName?: string;
    /**
     * @remarks
     * 经办人手机号码
     *
     * @example
     * 137*******
     */
    adminPhoneNo?: string;
    /**
     * @remarks
     * 证件信息
     */
    businessLicensePics?: QuerySingleSmsQualificationResponseBodyDataBusinessLicensePics[];
    /**
     * @remarks
     * 行业类型，在当前模式下是可以用产品线code来区分
     *
     * @example
     * dysms
     */
    businessType?: string;
    /**
     * @remarks
     * 公司名称
     *
     * @example
     * 示例值示例值
     */
    companyName?: string;
    /**
     * @remarks
     * 企业类型, COMPANY:公司，政府或者事业单位:NON_PROFIT_ORGANIZATION
     *
     * @example
     * COMPANY
     */
    companyType?: string;
    /**
     * @example
     * 2023-01-01~2033-01-01
     */
    effTimeStr?: string;
    /**
     * @remarks
     * 法人身份证号码
     *
     * @example
     * 511391********5123
     */
    legalPersonIDCardNo?: string;
    /**
     * @remarks
     * 法人身份证类型
     *
     * @example
     * identityCard
     */
    legalPersonIDCardType?: string;
    /**
     * @remarks
     * 法人身份证有效期
     *
     * @example
     * 2023-01-01~2033-01-01
     */
    legalPersonIdCardEffTime?: string;
    /**
     * @remarks
     * 法人姓名
     *
     * @example
     * 示例值
     */
    legalPersonName?: string;
    /**
     * @remarks
     * 社会统一信用代码
     *
     * @example
     * 910X********0012
     */
    organizationCode?: string;
    /**
     * @remarks
     * 更多资料
     */
    otherFiles?: QuerySingleSmsQualificationResponseBodyDataOtherFiles[];
    /**
     * @example
     * 10000****
     */
    qualificationGroupId?: number;
    /**
     * @remarks
     * 资质名称
     *
     * @example
     * 示例值示例值
     */
    qualificationName?: string;
    /**
     * @remarks
     * 备注
     *
     * @example
     * 示例值示例值
     */
    remark?: string;
    /**
     * @remarks
     * 当前审核状态
     *
     * @example
     * PASSED
     */
    state?: string;
    /**
     * @remarks
     * 是否自用
     *
     * @example
     * false
     */
    useBySelf?: boolean;
    /**
     * @example
     * false
     */
    whetherShare?: boolean;
    /**
     * @remarks
     * 乾坤袋工单ID
     *
     * @example
     * 2001****
     */
    workOrderId?: number;
    static names(): {
        [key: string]: string;
    };
    static types(): {
        [key: string]: any;
    };
    validate(): void;
    constructor(map?: {
        [key: string]: any;
    });
}
export declare class QuerySingleSmsQualificationResponseBody extends $dara.Model {
    accessDeniedDetail?: string;
    /**
     * @example
     * OK
     */
    code?: string;
    data?: QuerySingleSmsQualificationResponseBodyData;
    /**
     * @example
     * OK
     */
    message?: string;
    /**
     * @example
     * 25D5AFDE-8EBC-132E-8909-1FDC071DA
     */
    requestId?: string;
    /**
     * @example
     * true
     */
    success?: boolean;
    static names(): {
        [key: string]: string;
    };
    static types(): {
        [key: string]: any;
    };
    validate(): void;
    constructor(map?: {
        [key: string]: any;
    });
}
