PriceCompetitiveness class

Price competitiveness fields requested by the merchant in the query.

Field values are only set if the merchant queries PriceCompetitivenessProductView. https://support.google.com/merchants/answer/9626903

Constructors

PriceCompetitiveness({String? benchmarkPriceCurrencyCode, String? benchmarkPriceMicros, String? countryCode})
PriceCompetitiveness.fromJson(Map json_)

Properties

benchmarkPriceCurrencyCode String?
The price benchmark currency (ISO 4217 code).
getter/setter pair
benchmarkPriceMicros String?
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.
getter/setter pair
countryCode String?
The country of the price benchmark (ISO 3166 code).
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited