TransactionSummary Class
A transaction summary.
Constructor
TransactionSummary(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
azure_credit_applied
|
The total amount of any Azure credits applied. |
|
billing_currency
|
The ISO 4217 code for the currency in which the transactions are billed. |
|
consumption_commitment_decremented
|
The total Microsoft Azure Consumption Commitment (MACC) decrement through the invoice. |
|
sub_total
|
The total pre-tax charged amount. |
|
tax
|
The total tax amount applied. |
|
total
|
The total charges. |
Attributes
azure_credit_applied
The total amount of any Azure credits applied.
azure_credit_applied: float | None
billing_currency
The ISO 4217 code for the currency in which the transactions are billed.
billing_currency: str | None
consumption_commitment_decremented
The total Microsoft Azure Consumption Commitment (MACC) decrement through the invoice.
consumption_commitment_decremented: float | None
sub_total
The total pre-tax charged amount.
sub_total: float | None
tax
The total tax amount applied.
tax: float | None
total
The total charges.
total: float | None