AvailableBalances interface

Interface representing a AvailableBalances.

Methods

getByBillingAccount(string, AvailableBalancesGetByBillingAccountOptionalParams)

The Available Credit or Payment on Account Balance for a billing account. The credit balance can be used to settle due or past due invoices and is supported for billing accounts with agreement type Microsoft Customer Agreement. The payment on account balance is supported for billing accounts with agreement type Microsoft Customer Agreement or Microsoft Online Services Program.

getByBillingProfile(string, string, AvailableBalancesGetByBillingProfileOptionalParams)

The Available Credit or Payment on Account Balance for a billing profile. The credit balance can be used to settle due or past due invoices and is supported for billing accounts with agreement type Microsoft Customer Agreement. The payment on account balance is supported for billing accounts with agreement type Microsoft Customer Agreement.

Method Details

getByBillingAccount(string, AvailableBalancesGetByBillingAccountOptionalParams)

The Available Credit or Payment on Account Balance for a billing account. The credit balance can be used to settle due or past due invoices and is supported for billing accounts with agreement type Microsoft Customer Agreement. The payment on account balance is supported for billing accounts with agreement type Microsoft Customer Agreement or Microsoft Online Services Program.

function getByBillingAccount(billingAccountName: string, options?: AvailableBalancesGetByBillingAccountOptionalParams): Promise<AvailableBalance>

Parameters

billingAccountName

string

The ID that uniquely identifies a billing account.

options
AvailableBalancesGetByBillingAccountOptionalParams

The options parameters.

Returns

Promise<AvailableBalance>

getByBillingProfile(string, string, AvailableBalancesGetByBillingProfileOptionalParams)

The Available Credit or Payment on Account Balance for a billing profile. The credit balance can be used to settle due or past due invoices and is supported for billing accounts with agreement type Microsoft Customer Agreement. The payment on account balance is supported for billing accounts with agreement type Microsoft Customer Agreement.

function getByBillingProfile(billingAccountName: string, billingProfileName: string, options?: AvailableBalancesGetByBillingProfileOptionalParams): Promise<AvailableBalance>

Parameters

billingAccountName

string

The ID that uniquely identifies a billing account.

billingProfileName

string

The ID that uniquely identifies a billing profile.

options
AvailableBalancesGetByBillingProfileOptionalParams

The options parameters.

Returns

Promise<AvailableBalance>