BalanceProperties Class

The properties of the balance.

Constructor

BalanceProperties(*args: Any, **kwargs: Any)

Variables

Name Description
currency
str

The ISO currency in which the meter is charged, for example, USD.

beginning_balance

The beginning balance for the billing period.

ending_balance

The ending balance for the billing period (for open periods this will be updated daily).

new_purchases

Total new purchase amount.

adjustments

Total adjustment amount.

utilized

Total Commitment usage.

service_overage

Overage for Azure services.

charges_billed_separately

Charges Billed separately.

total_overage

serviceOverage + chargesBilledSeparately.

total_usage

Azure service commitment + total Overage.

azure_marketplace_service_charges

Total charges for Azure Marketplace.

billing_frequency

The billing frequency. Known values are: "Month", "Quarter", and "Year".

price_hidden

Price is hidden or not.

overage_refund

Overage Refunds.

new_purchases_details

List of new purchases.

adjustment_details

List of Adjustments (Promo credit, SIE credit etc.).

Attributes

adjustment_details

List of Adjustments (Promo credit, SIE credit etc.).

adjustment_details: list['_models.BalancePropertiesAdjustmentDetailsItem'] | None

adjustments

Total adjustment amount.

adjustments: Decimal | None

azure_marketplace_service_charges

Total charges for Azure Marketplace.

azure_marketplace_service_charges: Decimal | None

beginning_balance

The beginning balance for the billing period.

beginning_balance: Decimal | None

billing_frequency

"Month", "Quarter", and "Year".

billing_frequency: str | _models.BillingFrequency | None

charges_billed_separately

Charges Billed separately.

charges_billed_separately: Decimal | None

currency

The ISO currency in which the meter is charged, for example, USD.

currency: str | None

ending_balance

The ending balance for the billing period (for open periods this will be updated daily).

ending_balance: Decimal | None

new_purchases

Total new purchase amount.

new_purchases: Decimal | None

new_purchases_details

List of new purchases.

new_purchases_details: list['_models.BalancePropertiesNewPurchasesDetailsItem'] | None

overage_refund

Overage Refunds.

overage_refund: Decimal | None

price_hidden

Price is hidden or not.

price_hidden: bool | None

service_overage

Overage for Azure services.

service_overage: Decimal | None

total_overage

serviceOverage + chargesBilledSeparately.

total_overage: Decimal | None

total_usage

Azure service commitment + total Overage.

total_usage: Decimal | None

utilized

Total Commitment usage.

utilized: Decimal | None