import { BillingAccountGetPolicyOptionalParams, BillingAccountGetPolicyResponse } from "../models"; /** Interface representing a BillingAccount. */ export interface BillingAccount { /** * Get Billing Account Policy. * @param billingAccountId Billing Account Id. * @param options The options parameters. */ getPolicy(billingAccountId: string, options?: BillingAccountGetPolicyOptionalParams): Promise; } //# sourceMappingURL=billingAccount.d.ts.map