| Package | Description |
|---|---|
| com.google.api.services.adexchangebuyer2.v2beta1.model |
| Modifier and Type | Method and Description |
|---|---|
Money |
Money.clone() |
Money |
Price.getAmount()
The actual price with currency specified.
|
Money |
Money.set(String fieldName,
Object value) |
Money |
Money.setCurrencyCode(String currencyCode)
The three-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 |
|---|---|
Price |
Price.setAmount(Money amount)
The actual price with currency specified.
|
Copyright © 2011–2021 Google. All rights reserved.