import * as $dara from '@darabonba/typescript';
export declare class UpdateSmsQualificationRequestBusinessLicensePics extends $dara.Model {
    /**
     * @remarks
     * 证件图片标识的osskey
     *
     * @example
     * 123456/111.png
     */
    licensePic?: string;
    /**
     * @remarks
     * 企业证件类型，businessLicense:营业执照;organizationCodeLicense:组织机构代码证;taxRegistrationLicense:税务登记证;socialCreditLicense:社会信用代码证书;newStyleBusinessLicense:三证合一;signLegalLicense:签名归属方的事业单位法人证书;otherLicense:其他类型执照证书
     *
     * @example
     * businessLicense
     */
    type?: string;
    static names(): {
        [key: string]: string;
    };
    static types(): {
        [key: string]: any;
    };
    validate(): void;
    constructor(map?: {
        [key: string]: any;
    });
}
export declare class UpdateSmsQualificationRequestOtherFiles extends $dara.Model {
    /**
     * @example
     * 123456/111.png
     */
    licensePic?: string;
    static names(): {
        [key: string]: string;
    };
    static types(): {
        [key: string]: any;
    };
    validate(): void;
    constructor(map?: {
        [key: string]: any;
    });
}
export declare class UpdateSmsQualificationRequest extends $dara.Model {
    /**
     * @remarks
     * 经办人身份证有效期，格式示例2023-01-01~2033-01-01
     *
     * @example
     * 2023-01-01~2033-01-01
     */
    adminIDCardExpDate?: string;
    /**
     * @remarks
     * 经办人身份证照片国徽面
     *
     * @example
     * 123456/111.png
     */
    adminIDCardFrontFace?: string;
    /**
     * @remarks
     * 经办人身份证号码
     *
     * @example
     * 511391********5123
     */
    adminIDCardNo?: string;
    /**
     * @remarks
     * 经办人身份证照片人像面
     *
     * @example
     * 123456/111.png
     */
    adminIDCardPic?: string;
    /**
     * @remarks
     * 管理员身份证类型。identityCard:中国居民身份证;passport:护照;homeReturnPermit:港澳居民来往内地通行证;TaiwanCompatriotPermit:台湾居民来往大陆通行证;residencePermit:港澳台居民居住证";other:其他
     *
     * @example
     * identityCard
     */
    adminIDCardType?: string;
    /**
     * @remarks
     * 经办人姓名
     *
     * @example
     * 示例值
     */
    adminName?: string;
    /**
     * @remarks
     * 经办人手机号码
     *
     * This parameter is required.
     *
     * @example
     * 137********
     */
    adminPhoneNo?: string;
    /**
     * @remarks
     * 企业证件信息
     */
    businessLicensePics?: UpdateSmsQualificationRequestBusinessLicensePics[];
    /**
     * @remarks
     * 企业营业时间开始和结束字符串，格式示例2023-01-01~2033-01-01
     *
     * @example
     * 2023-01-01~2033-01-01
     */
    bussinessLicenseExpDate?: string;
    /**
     * @remarks
     * 手机号验证码
     *
     * This parameter is required.
     *
     * @example
     * 1234
     */
    certifyCode?: string;
    /**
     * @remarks
     * 公司名称
     *
     * @example
     * 示例值示例值示例值
     */
    companyName?: string;
    /**
     * @remarks
     * 法人身份证号码
     *
     * @example
     * 511391********5123
     */
    legalPersonIDCardNo?: string;
    /**
     * @remarks
     * 法人身份证类型。identityCard:中国居民身份证;passport:护照;homeReturnPermit:港澳居民来往内地通行证;TaiwanCompatriotPermit:台湾居民来往大陆通行证;residencePermit:港澳台居民居住证";other:其他
     *
     * @example
     * identityCard
     */
    legalPersonIDCardType?: string;
    /**
     * @remarks
     * 法人身份证照片人像面
     *
     * @example
     * 123456/111.png
     */
    legalPersonIdCardBackSide?: string;
    /**
     * @remarks
     * 法人身份证有效期，格式示例2023-01-01~2033-01-01
     *
     * @example
     * 2023-01-01~2033-01-01
     */
    legalPersonIdCardEffTime?: string;
    /**
     * @remarks
     * 法人身份照片证国徽面
     *
     * @example
     * 123456/111.png
     */
    legalPersonIdCardFrontSide?: string;
    /**
     * @remarks
     * 法人姓名
     *
     * @example
     * 示例值示例值
     */
    legalPersonName?: string;
    /**
     * @remarks
     * 工单ID
     *
     * This parameter is required.
     *
     * @example
     * 2001*****
     */
    orderId?: number;
    /**
     * @remarks
     * 更多资料
     */
    otherFiles?: UpdateSmsQualificationRequestOtherFiles[];
    ownerId?: number;
    /**
     * @remarks
     * 资质组ID
     *
     * This parameter is required.
     *
     * @example
     * 10000****
     */
    qualificationGroupId?: number;
    resourceOwnerAccount?: string;
    resourceOwnerId?: number;
    static names(): {
        [key: string]: string;
    };
    static types(): {
        [key: string]: any;
    };
    validate(): void;
    constructor(map?: {
        [key: string]: any;
    });
}
