Poq.SDK.Node

Home > @poq/sdk > SearchResponseFilterPrice > (constructor)

SearchResponseFilterPrice.(constructor)

Constructs a new instance of the SearchResponseFilterPrice class

Signature:

constructor(params: {
        min: number;
        max: number;
    });

Parameters

Parameter Type Description
params { min: number; max: number; }