| Package | Description |
|---|---|
| com.google.api.services.cloudbilling.model |
| Modifier and Type | Method and Description |
|---|---|
Money |
Money.clone() |
Money |
TierRate.getUnitPrice()
The price per unit of usage.
|
Money |
Money.set(String fieldName,
Object value) |
Money |
Money.setCurrencyCode(String currencyCode)
The 3-letter currency code defined in ISO 4217.
|
Money |
Money.setNanos(Integer nanos)
Number of nano (10^-9) units of the amount.
|
Money |
Money.setUnits(Long units)
The whole units of the amount.
|
| Modifier and Type | Method and Description |
|---|---|
TierRate |
TierRate.setUnitPrice(Money unitPrice)
The price per unit of usage.
|
Copyright © 2011–2019 Google. All rights reserved.