Package | Description |
---|---|
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
PriceCompetitiveness |
PriceCompetitiveness.clone() |
PriceCompetitiveness |
ReportRow.getPriceCompetitiveness()
Price competitiveness fields requested by the merchant in the query.
|
PriceCompetitiveness |
PriceCompetitiveness.set(String fieldName,
Object value) |
PriceCompetitiveness |
PriceCompetitiveness.setBenchmarkPriceCurrencyCode(String benchmarkPriceCurrencyCode)
The price benchmark currency (ISO 4217 code).
|
PriceCompetitiveness |
PriceCompetitiveness.setBenchmarkPriceMicros(Long benchmarkPriceMicros)
The latest available price benchmark in micros (1 millionth of a standard unit, 1 USD = 1000000
micros) for the product's catalog in the benchmark country.
|
PriceCompetitiveness |
PriceCompetitiveness.setCountryCode(String countryCode)
The country of the price benchmark (ISO 3166 code).
|
Modifier and Type | Method and Description |
---|---|
ReportRow |
ReportRow.setPriceCompetitiveness(PriceCompetitiveness priceCompetitiveness)
Price competitiveness fields requested by the merchant in the query.
|
Copyright © 2011–2024 Google. All rights reserved.