TransactionPropertiesConsumptionCommitmentDecremented Class

public final class TransactionPropertiesConsumptionCommitmentDecremented
extends Amount

The amount of Microsoft Azure Consumption Commitment(MACC) decrement through the transaction.

Constructor Summary

Constructor Description
TransactionPropertiesConsumptionCommitmentDecremented()

Creates an instance of TransactionPropertiesConsumptionCommitmentDecremented class.

Method Summary

Modifier and Type Method and Description
String currency()

Get the currency property: The currency for the amount value.

static TransactionPropertiesConsumptionCommitmentDecremented fromJson(JsonReader jsonReader)

Reads an instance of TransactionPropertiesConsumptionCommitmentDecremented from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Float value()

Get the value property: The amount value.

Methods inherited from Amount

Methods inherited from java.lang.Object

Constructor Details

TransactionPropertiesConsumptionCommitmentDecremented

public TransactionPropertiesConsumptionCommitmentDecremented()

Creates an instance of TransactionPropertiesConsumptionCommitmentDecremented class.

Method Details

currency

public String currency()

Get the currency property: The currency for the amount value.

Overrides:

TransactionPropertiesConsumptionCommitmentDecremented.currency()

Returns:

the currency value.

fromJson

public static TransactionPropertiesConsumptionCommitmentDecremented fromJson(JsonReader jsonReader)

Reads an instance of TransactionPropertiesConsumptionCommitmentDecremented from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of TransactionPropertiesConsumptionCommitmentDecremented if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the TransactionPropertiesConsumptionCommitmentDecremented.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

TransactionPropertiesConsumptionCommitmentDecremented.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Overrides:

TransactionPropertiesConsumptionCommitmentDecremented.validate()

value

public Float value()

Get the value property: The amount value. For example, if the currency is USD, then a value of 600 would be $600.00.

Overrides:

TransactionPropertiesConsumptionCommitmentDecremented.value()

Returns:

the value value.

Applies to