AvailableBalanceProperties Class

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

Constructor

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

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.

Attributes

amount

Credit amount for immediate payment.

amount: _models.AvailableBalancePropertiesAmount | None

payments_on_account

The list of payments on accounts.

payments_on_account: list['_models.PaymentOnAccount'] | None

total_payments_on_account

Total amount of payments on accounts.

total_payments_on_account: _models.AvailableBalancePropertiesTotalPaymentsOnAccount | None