Package | Description |
---|---|
com.google.api.services.mybusinessbusinessinformation.v1.model |
Modifier and Type | Method and Description |
---|---|
Money |
Money.clone() |
Money |
ServiceItem.getPrice()
Optional.
|
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 |
---|---|
ServiceItem |
ServiceItem.setPrice(Money price)
Optional.
|
Copyright © 2011–2025 Google. All rights reserved.