Class PriceRange (0.8.1)

PriceRange(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Product price range when there are a range of prices for different variations of the same product.

Attributes

NameDescription
min_ float
Required. The minimum product price.
max_ float
Required. The maximum product price.

Inheritance

builtins.object > proto.message.Message > PriceRange