Get Products Result
data class GetProductsResult(val categoryId: String? = null, val id: String, val ids: List<String>, val nameRegex: String? = null, val outputFile: String? = null, val productType: String? = null, val products: List<GetProductsProduct>, val searchTerm: String? = null, val sort: String? = null, val suggestedPrice: Double? = null, val supplierId: String? = null, val supplierNameKeyword: String? = null)
A collection of values returned by getProducts.
Constructors
Link copied to clipboard
fun GetProductsResult(categoryId: String? = null, id: String, ids: List<String>, nameRegex: String? = null, outputFile: String? = null, productType: String? = null, products: List<GetProductsProduct>, searchTerm: String? = null, sort: String? = null, suggestedPrice: Double? = null, supplierId: String? = null, supplierNameKeyword: String? = null)