Balances interface
Schnittstelle, die eine Balance darstellt.
Methoden
| get |
Ruft die Saldos für einen Bereich durch billingAccountId ab. Saldos sind nur für den 1. Mai 2014 oder höher über diese API verfügbar. |
| get |
Ruft die Saldos für einen Bereich nach Abrechnungszeitraum und billingAccountId ab. Saldos sind nur für den 1. Mai 2014 oder höher über diese API verfügbar. |
Details zur Methode
getByBillingAccount(string, BalancesGetByBillingAccountOptionalParams)
Ruft die Saldos für einen Bereich durch billingAccountId ab. Saldos sind nur für den 1. Mai 2014 oder höher über diese API verfügbar.
function getByBillingAccount(billingAccountId: string, options?: BalancesGetByBillingAccountOptionalParams): Promise<Balance>
Parameter
- billingAccountId
-
string
BillingAccount-ID
Die Optionsparameter.
Gibt zurück
Promise<Balance>
getForBillingPeriodByBillingAccount(string, string, BalancesGetForBillingPeriodByBillingAccountOptionalParams)
Ruft die Saldos für einen Bereich nach Abrechnungszeitraum und billingAccountId ab. Saldos sind nur für den 1. Mai 2014 oder höher über diese API verfügbar.
function getForBillingPeriodByBillingAccount(billingAccountId: string, billingPeriodName: string, options?: BalancesGetForBillingPeriodByBillingAccountOptionalParams): Promise<Balance>
Parameter
- billingAccountId
-
string
BillingAccount-ID
- billingPeriodName
-
string
Name des Abrechnungszeitraums.
Die Optionsparameter.
Gibt zurück
Promise<Balance>