CreditSummaryProperties Class
The properties of the credit summary.
Constructor
CreditSummaryProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
balance_summary
|
Summary of balances associated with this credit summary. |
|
pending_credit_adjustments
|
Pending credit adjustments. |
|
expired_credit
|
Expired credit. |
|
pending_eligible_charges
|
Pending eligible charges. |
|
credit_currency
|
The credit currency. |
|
billing_currency
|
The billing currency. |
|
reseller
|
Credit's reseller. |
|
is_estimated_balance
|
If true, the listed details are based on an estimation and it will be subjected to change. |
|
e_tag
|
The eTag for the resource. |
Attributes
balance_summary
Summary of balances associated with this credit summary.
balance_summary: _models.CreditBalanceSummary | None
billing_currency
The billing currency.
billing_currency: str | None
credit_currency
The credit currency.
credit_currency: str | None
e_tag
The eTag for the resource.
e_tag: str | None
expired_credit
Expired credit.
expired_credit: _models.Amount | None
is_estimated_balance
If true, the listed details are based on an estimation and it will be subjected to change.
is_estimated_balance: bool | None
pending_credit_adjustments
Pending credit adjustments.
pending_credit_adjustments: _models.Amount | None
pending_eligible_charges
Pending eligible charges.
pending_eligible_charges: _models.Amount | None
reseller
Credit's reseller.
reseller: _models.Reseller | None