ResourceRateCardInfoInner Class
- java.
lang. Object - com.
azure. resourcemanager. commerce. fluent. models. ResourceRateCardInfoInner
- com.
Implements
public final class ResourceRateCardInfoInner
implements JsonSerializable<ResourceRateCardInfoInner>
Price and Metadata information for resources.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
currency()
Get the currency property: The currency in which the rates are provided. |
|
static
Resource |
fromJson(JsonReader jsonReader)
Reads an instance of Resource |
| Boolean |
isTaxIncluded()
Get the is |
| String |
locale()
Get the locale property: The culture in which the resource information is localized. |
|
List<Meter |
meters()
Get the meters property: A list of meters. |
|
List<Offer |
offerTerms()
Get the offer |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
currency
public String currency()
Get the currency property: The currency in which the rates are provided.
Returns:
fromJson
public static ResourceRateCardInfoInner fromJson(JsonReader jsonReader)
Reads an instance of ResourceRateCardInfoInner from the JsonReader.
Parameters:
Returns:
Throws:
isTaxIncluded
public Boolean isTaxIncluded()
Get the isTaxIncluded property: All rates are pretax, so this will always be returned as 'false'.
Returns:
locale
public String locale()
Get the locale property: The culture in which the resource information is localized.
Returns:
meters
public List<MeterInfo> meters()
Get the meters property: A list of meters.
Returns:
offerTerms
public List<OfferTermInfo> offerTerms()
Get the offerTerms property: A list of offer terms.
Returns: