Get Product Result
data class GetProductResult(val filters: List<GetProductFilter>, val id: String, val result: String, val serviceCode: String)
A collection of values returned by getProduct.
A collection of values returned by getProduct.