AvailableBalancesClient Interface
public interface AvailableBalancesClient
An instance of this class provides access to all the operations defined in AvailableBalancesClient.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Available |
getByBillingAccount(String billingAccountName)
The Available Credit or Payment on Account Balance for a billing account. |
|
abstract
Response<Available |
getByBillingAccountWithResponse(String billingAccountName, Context context)
The Available Credit or Payment on Account Balance for a billing account. |
|
abstract
Available |
getByBillingProfile(String billingAccountName, String billingProfileName)
The Available Credit or Payment on Account Balance for a billing profile. |
|
abstract
Response<Available |
getByBillingProfileWithResponse(String billingAccountName, String billingProfileName, Context context)
The Available Credit or Payment on Account Balance for a billing profile. |
Method Details
getByBillingAccount
public abstract AvailableBalanceInner getByBillingAccount(String billingAccountName)
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.
Parameters:
Returns:
getByBillingAccountWithResponse
public abstract Response<AvailableBalanceInner> getByBillingAccountWithResponse(String billingAccountName, Context context)
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.
Parameters:
Returns:
getByBillingProfile
public abstract AvailableBalanceInner getByBillingProfile(String billingAccountName, String billingProfileName)
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.
Parameters:
Returns:
getByBillingProfileWithResponse
public abstract Response<AvailableBalanceInner> getByBillingProfileWithResponse(String billingAccountName, String billingProfileName, Context context)
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.
Parameters:
Returns: