import * as $dara from '@darabonba/typescript'; export declare class CancelCertificateForPackageRequestRequest extends $dara.Model { /** * @remarks * The ID of the order. * * > Call [ListUserCertificateOrder](https://help.aliyun.com/document_detail/455804.html) to obtain this ID. * * This parameter is required. * * @example * 123456 */ orderId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }