BillingAccount interface
Interface representing a BillingAccount.
Methods
get |
Get Billing Account Policy. |
Method Details
getPolicy(string, BillingAccountGetPolicyOptionalParams)
Get Billing Account Policy.
function getPolicy(billingAccountId: string, options?: BillingAccountGetPolicyOptionalParams): Promise<BillingAccountPoliciesResponse>
Parameters
- billingAccountId
-
string
Billing Account Id.
The options parameters.
Returns
Promise<BillingAccountPoliciesResponse>