Home > @poq/sdk > SearchResponseListingPriceRange > (constructor)
Constructs a new instance of the SearchResponseListingPriceRange
class
Signature:
constructor(params: {
min: number;
max: number;
});
Parameter | Type | Description |
---|---|---|
params | { min: number; max: number; } |