AvailableBalanceProperties Class

The Available Credit or Payment on Account Balance. The credit balance can be used to settle due or past due invoices.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.billing._serialization.Model
AvailableBalanceProperties

Constructor

AvailableBalanceProperties(*, amount: _models.AvailableBalancePropertiesAmount | None = None, total_payments_on_account: _models.AvailableBalancePropertiesTotalPaymentsOnAccount | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
amount

Credit amount for immediate payment.

total_payments_on_account

Total amount of payments on accounts.

Variables

Name Description
amount

Credit amount for immediate payment.

payments_on_account

The list of payments on accounts.

total_payments_on_account

Total amount of payments on accounts.