Class ProductSearchWrapper
Represents a product request model for the API
[ExcludeFromCodeCoverage]
public sealed class ProductSearchWrapper
- Inheritance
-
ProductSearchWrapper
- Inherited Members
Constructors
ProductSearchWrapper()
public ProductSearchWrapper()
Properties
AttributeOptions
The attribute options
public FacetOptions AttributeOptions { get; set; }
Property Value
EnablePagination
True if pagination is required
public bool EnablePagination { get; set; }
Property Value
ProductFilter
The product response filter
public string ProductFilter { get; set; }
Property Value
Request
The search request
[Required]
public ProductSearchRequest Request { get; set; }