| Package | Description |
|---|---|
| com.google.api.services.cloudbilling.model |
| Modifier and Type | Method and Description |
|---|---|
TierRate |
TierRate.clone() |
TierRate |
TierRate.set(String fieldName,
Object value) |
TierRate |
TierRate.setStartUsageAmount(Double startUsageAmount)
Usage is priced at this rate only after this amount.
|
TierRate |
TierRate.setUnitPrice(Money unitPrice)
The price per unit of usage.
|
| Modifier and Type | Method and Description |
|---|---|
List<TierRate> |
PricingExpression.getTieredRates()
The list of tiered rates for this pricing.
|
| Modifier and Type | Method and Description |
|---|---|
PricingExpression |
PricingExpression.setTieredRates(List<TierRate> tieredRates)
The list of tiered rates for this pricing.
|
Copyright © 2011–2019 Google. All rights reserved.