import * as $dara from '@darabonba/typescript'; export declare class QueryInstanceGaapCostResponseBodyDataModulesModule extends $dara.Model { accountingUnit?: string; /** * @example * SubscriptionOrder */ billType?: string; /** * @example * 2020-03 */ billingCycle?: string; /** * @example * CNY */ currency?: string; /** * @example * 0 */ deductedByCashCoupons?: string; /** * @example * 0 */ deductedByCoupons?: string; /** * @example * 0 */ deductedByPrepaidCard?: string; /** * @example * 0 */ gaapDeductedByCashCoupons?: string; /** * @example * 0 */ gaapDeductedByCoupons?: string; /** * @example * 0 */ gaapDeductedByPrepaidCard?: string; /** * @example * 0 */ gaapPaymentAmount?: string; /** * @example * 0 */ gaapPretaxAmount?: string; /** * @example * 0 */ gaapPretaxAmountLocal?: string; /** * @example * 0 */ gaapPretaxGrossAmount?: string; /** * @example * 0 */ gaapPricingDiscount?: string; /** * @example * OSSBAG-cn-0xl0xxxxxx */ instanceID?: string; /** * @example * 0.75 */ monthGaapDeductedByCashCoupons?: string; /** * @example * 0 */ monthGaapDeductedByCoupons?: string; /** * @example * 0 */ monthGaapDeductedByPrepaidCard?: string; /** * @example * 0 */ monthGaapPaymentAmount?: string; /** * @example * 0 */ monthGaapPretaxAmount?: string; /** * @example * 0.99 */ monthGaapPretaxAmountLocal?: string; /** * @example * 0.99 */ monthGaapPretaxGrossAmount?: string; /** * @example * 0,.25 */ monthGaapPricingDiscount?: string; /** * @example * 213123213123 */ orderId?: string; /** * @example * New */ orderType?: string; /** * @example * 123213123123 */ ownerID?: string; /** * @example * 2018-06-15 15:59:57 */ payTime?: string; /** * @example * 23534534 */ payerAccount?: string; /** * @example * 0 */ paymentAmount?: string; /** * @example * CNY */ paymentCurrency?: string; /** * @example * 0 */ pretaxAmount?: string; /** * @example * 0 */ pretaxAmountLocal?: string; /** * @example * 123 */ pretaxGrossAmount?: string; /** * @example * 1 */ pricingDiscount?: string; /** * @example * rds */ productCode?: string; /** * @example * rds */ productType?: string; /** * @example * cn-hangzhou */ region?: string; resourceGroup?: string; /** * @example * 12434345 */ subOrderId?: string; /** * @example * PayAsYouGo */ subscriptionType?: string; /** * @example * tag */ tag?: string; /** * @example * 0 */ unallocatedDeductedByCashCoupons?: string; /** * @example * 0 */ unallocatedDeductedByCoupons?: string; /** * @example * 0 */ unallocatedDeductedByPrepaidCard?: string; /** * @example * 0 */ unallocatedPaymentAmount?: string; /** * @example * 0 */ unallocatedPretaxAmount?: string; /** * @example * 0 */ unallocatedPretaxAmountLocal?: string; /** * @example * 0 */ unallocatedPretaxGrossAmount?: string; /** * @example * 0 */ unallocatedPricingDiscount?: string; /** * @example * 2019-05-01 00:00:00 */ usageEndDate?: string; /** * @example * 2019-04-01 00:00:00 */ usageStartDate?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class QueryInstanceGaapCostResponseBodyDataModules extends $dara.Model { module?: QueryInstanceGaapCostResponseBodyDataModulesModule[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class QueryInstanceGaapCostResponseBodyData extends $dara.Model { /** * @example * 1.1.1.1 */ hostId?: string; modules?: QueryInstanceGaapCostResponseBodyDataModules; /** * @example * 1 */ pageNum?: number; /** * @example * 20 */ pageSize?: number; /** * @example * 20 */ totalCount?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class QueryInstanceGaapCostResponseBody extends $dara.Model { /** * @example * Success */ code?: string; data?: QueryInstanceGaapCostResponseBodyData; /** * @example * Successful! */ message?: string; /** * @example * CCBB1BB9-22F1-4177-867B-7A75D665B488 */ requestId?: string; /** * @example * true */ success?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }