Files
powerpoint-toolbox/node_modules/@azure/arm-subscriptions/dist-esm/src/operationsInterfaces/billingAccount.d.ts
T
2025-03-07 19:22:02 +01:00

11 lines
508 B
TypeScript

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<BillingAccountGetPolicyResponse>;
}
//# sourceMappingURL=billingAccount.d.ts.map