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.
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. Default value: None
|
|
total_payments_on_account
|
Total amount of payments on accounts. Default value: None
|
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. |