Delen via


Balances interface

Interface die een saldi vertegenwoordigt.

Methoden

getByBillingAccount(string, BalancesGetByBillingAccountOptionalParams)

Haalt de saldi voor een bereik op per billingAccountId. Saldi zijn alleen beschikbaar via deze API voor 1 mei 2014 of hoger.

getForBillingPeriodByBillingAccount(string, string, BalancesGetForBillingPeriodByBillingAccountOptionalParams)

Hiermee haalt u de saldi voor een bereik op per factureringsperiode en billingAccountId. Saldi zijn alleen beschikbaar via deze API voor 1 mei 2014 of hoger.

Methodedetails

getByBillingAccount(string, BalancesGetByBillingAccountOptionalParams)

Haalt de saldi voor een bereik op per billingAccountId. Saldi zijn alleen beschikbaar via deze API voor 1 mei 2014 of hoger.

function getByBillingAccount(billingAccountId: string, options?: BalancesGetByBillingAccountOptionalParams): Promise<Balance>

Parameters

billingAccountId

string

Factureringsaccount-id

options
BalancesGetByBillingAccountOptionalParams

De optiesparameters.

Retouren

Promise<Balance>

getForBillingPeriodByBillingAccount(string, string, BalancesGetForBillingPeriodByBillingAccountOptionalParams)

Hiermee haalt u de saldi voor een bereik op per factureringsperiode en billingAccountId. Saldi zijn alleen beschikbaar via deze API voor 1 mei 2014 of hoger.

function getForBillingPeriodByBillingAccount(billingAccountId: string, billingPeriodName: string, options?: BalancesGetForBillingPeriodByBillingAccountOptionalParams): Promise<Balance>

Parameters

billingAccountId

string

Factureringsaccount-id

billingPeriodName

string

Naam factureringsperiode.

Retouren

Promise<Balance>