Class ProductSearchApiResponse
Represents a response for the product api
[ExcludeFromCodeCoverage]
public class ProductSearchApiResponse : Element
- Inheritance
-
ElementProductSearchApiResponse
- Inherited Members
Constructors
ProductSearchApiResponse()
public ProductSearchApiResponse()
Properties
Data
The data
public SearchResponse Data { get; set; }
Property Value
Links
The links
public Links Links { get; set; }
Property Value
Methods
Accept(IVisitor)
Abstract method for applying concrete visitor implementation
public override void Accept(IVisitor visitor)
Parameters
visitorIVisitorConcrete visitor implementation