AvailableBalancesOperations interface
Interface representing a AvailableBalances operations.
Properties
| get |
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. |
| get |
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. |
Property Details
getByBillingAccount
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.
getByBillingAccount: (billingAccountName: string, options?: AvailableBalancesGetByBillingAccountOptionalParams) => Promise<AvailableBalance>
Property Value
(billingAccountName: string, options?: AvailableBalancesGetByBillingAccountOptionalParams) => Promise<AvailableBalance>
getByBillingProfile
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.
getByBillingProfile: (billingAccountName: string, billingProfileName: string, options?: AvailableBalancesGetByBillingProfileOptionalParams) => Promise<AvailableBalance>
Property Value
(billingAccountName: string, billingProfileName: string, options?: AvailableBalancesGetByBillingProfileOptionalParams) => Promise<AvailableBalance>