PriceRange
Representation of a Price Range PriceRange
export interface PriceRange {
'maxPrice'?: Price;
'minPrice'?: Price;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
maxPrice | Optional | Price | {Price} PriceRange |
minPrice | Optional | Price | {Price} PriceRange |