Poq.SDK.Node

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

SearchResponseListingPrice.(constructor)

Constructs a new instance of the SearchResponseListingPrice class

Signature:

constructor(params: {
        now: SearchResponseListingPriceRange;
        was?: SearchResponseListingPriceRange;
    });

Parameters

Parameter Type Description
params { now: SearchResponseListingPriceRange; was?: SearchResponseListingPriceRange; }