BillingAccount interface
Interface représentant un BillingAccount.
Méthodes
get |
Obtenir la stratégie de compte de facturation. |
Détails de la méthode
getPolicy(string, BillingAccountGetPolicyOptionalParams)
Obtenir la stratégie de compte de facturation.
function getPolicy(billingAccountId: string, options?: BillingAccountGetPolicyOptionalParams): Promise<BillingAccountPoliciesResponse>
Paramètres
- billingAccountId
-
string
ID de compte de facturation.
Paramètres d’options.
Retours
Promise<BillingAccountPoliciesResponse>