Package | Description |
---|---|
com.google.api.services.mybusiness.v4.model |
Modifier and Type | Method and Description |
---|---|
Money |
Money.clone() |
Money |
Item.getPrice()
Optional.
|
Money |
Money.set(java.lang.String fieldName,
java.lang.Object value) |
Money |
Money.setCurrencyCode(java.lang.String currencyCode)
The 3-letter currency code defined in ISO 4217.
|
Money |
Money.setNanos(java.lang.Integer nanos)
Number of nano (10^-9) units of the amount.
|
Money |
Money.setUnits(java.lang.Long units)
The whole units of the amount.
|
Modifier and Type | Method and Description |
---|---|
Item |
Item.setPrice(Money price)
Optional.
|
Copyright © 2011-2018 Google. All Rights Reserved.