Package | Description |
---|---|
com.google.api.services.cloudbilling.model |
Modifier and Type | Method and Description |
---|---|
PricingInfo |
PricingInfo.clone() |
PricingInfo |
PricingInfo.set(String fieldName,
Object value) |
PricingInfo |
PricingInfo.setAggregationInfo(AggregationInfo aggregationInfo)
Aggregation Info.
|
PricingInfo |
PricingInfo.setCurrencyConversionRate(Double currencyConversionRate)
Conversion rate used for currency conversion, from USD to the currency specified in the
request.
|
PricingInfo |
PricingInfo.setEffectiveTime(String effectiveTime)
The timestamp from which this pricing was effective within the requested time range.
|
PricingInfo |
PricingInfo.setPricingExpression(PricingExpression pricingExpression)
Expresses the pricing formula.
|
PricingInfo |
PricingInfo.setSummary(String summary)
An optional human readable summary of the pricing information, has a maximum length of 256
characters.
|
Modifier and Type | Method and Description |
---|---|
List<PricingInfo> |
Sku.getPricingInfo()
A timeline of pricing info for this SKU in chronological order.
|
Modifier and Type | Method and Description |
---|---|
Sku |
Sku.setPricingInfo(List<PricingInfo> pricingInfo)
A timeline of pricing info for this SKU in chronological order.
|
Copyright © 2011–2020 Google. All rights reserved.