TransactionSummary interface
A transaction summary.
Properties
| azure |
The total amount of any Azure credits applied. |
| billing |
The ISO 4217 code for the currency in which the transactions are billed. |
| consumption |
The total Microsoft Azure Consumption Commitment (MACC) decrement through the invoice. |
| sub |
The total pre-tax charged amount. |
| tax | The total tax amount applied. |
| total | The total charges. |
Property Details
azureCreditApplied
The total amount of any Azure credits applied.
azureCreditApplied?: number
Property Value
number
billingCurrency
The ISO 4217 code for the currency in which the transactions are billed.
billingCurrency?: string
Property Value
string
consumptionCommitmentDecremented
The total Microsoft Azure Consumption Commitment (MACC) decrement through the invoice.
consumptionCommitmentDecremented?: number
Property Value
number
subTotal
The total pre-tax charged amount.
subTotal?: number
Property Value
number
tax
The total tax amount applied.
tax?: number
Property Value
number
total
The total charges.
total?: number
Property Value
number