Alokai
You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x

PriceRange

Representation of a Price Range PriceRange

export interface PriceRange {
	'maxPrice'?: Price;
	'minPrice'?: Price;
}

Properties

NameRequiredTypeDescription
maxPriceOptionalPrice{Price} PriceRange
minPriceOptionalPrice{Price} PriceRange

Referenced Types

On this page