priceExpireTime property

String? priceExpireTime
getter/setter pair

The timestamp when the price stops to be effective.

The price is used for search before price_expire_time. If this field is set, the original_price must be set and original_price is used after price_expire_time. Do not set if price is always effective because it will cause additional latency during search.

Implementation

core.String? priceExpireTime;