priceEffectiveTime property

String? priceEffectiveTime
getter/setter pair

The timestamp when the price starts to be effective.

This can be set as a future timestamp, and the price is only used for search after price_effective_time. If so, the original_price must be set and original_price is used before price_effective_time. Do not set if price is always effective because it will cause additional latency during search.

Implementation

core.String? priceEffectiveTime;