| Package | Description |
|---|---|
| com.google.api.services.cloudbilling.model |
| Modifier and Type | Method and Description |
|---|---|
PricingExpression |
PricingExpression.clone() |
PricingExpression |
PricingInfo.getPricingExpression()
Expresses the pricing formula.
|
PricingExpression |
PricingExpression.set(String fieldName,
Object value) |
PricingExpression |
PricingExpression.setBaseUnit(String baseUnit)
The base unit for the SKU which is the unit used in usage exports.
|
PricingExpression |
PricingExpression.setBaseUnitConversionFactor(Double baseUnitConversionFactor)
Conversion factor for converting from price per usage_unit to price per base_unit, and
start_usage_amount to start_usage_amount in base_unit.
|
PricingExpression |
PricingExpression.setBaseUnitDescription(String baseUnitDescription)
The base unit in human readable form.
|
PricingExpression |
PricingExpression.setDisplayQuantity(Double displayQuantity)
The recommended quantity of units for displaying pricing info.
|
PricingExpression |
PricingExpression.setTieredRates(List<TierRate> tieredRates)
The list of tiered rates for this pricing.
|
PricingExpression |
PricingExpression.setUsageUnit(String usageUnit)
The short hand for unit of usage this pricing is specified in.
|
PricingExpression |
PricingExpression.setUsageUnitDescription(String usageUnitDescription)
The unit of usage in human readable form.
|
| Modifier and Type | Method and Description |
|---|---|
PricingInfo |
PricingInfo.setPricingExpression(PricingExpression pricingExpression)
Expresses the pricing formula.
|
Copyright © 2011–2019 Google. All rights reserved.