TransactionSummaryInner Class
- java.
lang. Object - com.
azure. resourcemanager. billing. fluent. models. TransactionSummaryInner
- com.
Implements
public final class TransactionSummaryInner
implements JsonSerializable<TransactionSummaryInner>
A transaction summary.
Constructor Summary
| Constructor | Description |
|---|---|
| TransactionSummaryInner() |
Creates an instance of Transaction |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Float |
azureCreditApplied()
Get the azure |
| String |
billingCurrency()
Get the billing |
| Float |
consumptionCommitmentDecremented()
Get the consumption |
|
static
Transaction |
fromJson(JsonReader jsonReader)
Reads an instance of Transaction |
| Float |
subTotal()
Get the sub |
| Float |
tax()
Get the tax property: The total tax amount applied. |
|
Json |
toJson(JsonWriter jsonWriter) |
| Float |
total()
Get the total property: The total charges. |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
TransactionSummaryInner
public TransactionSummaryInner()
Creates an instance of TransactionSummaryInner class.
Method Details
azureCreditApplied
public Float azureCreditApplied()
Get the azureCreditApplied property: The total amount of any Azure credits applied.
Returns:
billingCurrency
public String billingCurrency()
Get the billingCurrency property: The ISO 4217 code for the currency in which the transactions are billed.
Returns:
consumptionCommitmentDecremented
public Float consumptionCommitmentDecremented()
Get the consumptionCommitmentDecremented property: The total Microsoft Azure Consumption Commitment (MACC) decrement through the invoice.
Returns:
fromJson
public static TransactionSummaryInner fromJson(JsonReader jsonReader)
Reads an instance of TransactionSummaryInner from the JsonReader.
Parameters:
Returns:
Throws:
subTotal
public Float subTotal()
Get the subTotal property: The total pre-tax charged amount.
Returns:
tax
public Float tax()
Get the tax property: The total tax amount applied.
Returns:
toJson
total
public Float total()
Get the total property: The total charges.
Returns:
validate
public void validate()
Validates the instance.