Package | Description |
---|---|
com.google.api.services.mybusiness.v4.model |
Modifier and Type | Method and Description |
---|---|
Money |
Money.clone() |
Money |
LocalPostProduct.getLowerPrice()
Lower price of the product if the product has a price range, or the price for the product.
|
Money |
Item.getPrice()
Optional.
|
Money |
LocalPostProduct.getUpperPrice()
Upper price of the product.
|
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 |
---|---|
LocalPostProduct |
LocalPostProduct.setLowerPrice(Money lowerPrice)
Lower price of the product if the product has a price range, or the price for the product.
|
Item |
Item.setPrice(Money price)
Optional.
|
LocalPostProduct |
LocalPostProduct.setUpperPrice(Money upperPrice)
Upper price of the product.
|
Copyright © 2011-2018 Google. All Rights Reserved.