import * as $dara from '@darabonba/typescript'; export declare class QuerySettleBillRequest extends $dara.Model { /** * @example * 123 */ billOwnerId?: number; /** * @remarks * This parameter is required. * * @example * 2018-07 */ billingCycle?: string; /** * @example * false */ isDisplayLocalCurrency?: boolean; /** * @example * true */ isHideZeroCharge?: boolean; /** * @example * 20 */ maxResults?: number; /** * @example * CAESEgoQCg4KCmdtdF9jcmVhdGUEARgBIkgKCQBwhGmPcAEAAAo7AzYAAAAxTDgwMDcxMjg3ZDJhNmM3ZDguTDgwMDAwMDAwMDAwMzE1MTIuTDgwMDcyZDMyZTJkYzg3N2U */ nextToken?: string; ownerId?: number; /** * @example * rds */ productCode?: string; /** * @example * rds */ productType?: string; /** * @example * 12233 */ recordID?: string; /** * @example * Subscription */ subscriptionType?: string; /** * @example * SubscriptionOrder */ type?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }