Balances interface
Schnittstelle, die ein Balances darstellt.
Methoden
get |
Ruft die Salden für einen Bereich nach billingAccountId ab. Salden sind über diese API nur für den 1. Mai 2014 oder höher verfügbar. |
get |
Ruft die Salden für einen Bereich nach Abrechnungszeitraum und billingAccountId ab. Salden sind über diese API nur für den 1. Mai 2014 oder höher verfügbar. |
Details zur Methode
getByBillingAccount(string, BalancesGetByBillingAccountOptionalParams)
Ruft die Salden für einen Bereich nach billingAccountId ab. Salden sind über diese API nur für den 1. Mai 2014 oder höher 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 Salden für einen Bereich nach Abrechnungszeitraum und billingAccountId ab. Salden sind über diese API nur für den 1. Mai 2014 oder höher 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>