Freigeben über


Balances interface

Schnittstelle, die eine Balance darstellt.

Methoden

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.

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.

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

options
BalancesGetByBillingAccountOptionalParams

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.

Gibt zurück

Promise<Balance>