Record
product-set
No description available.
record product-set {
all-products: option<bool>,
name: option<string>,
product-ids-all: option<list<string>>,
product-ids-any: option<list<string>>,
quantity-exact: option<s64>,
quantity-max: option<s64>,
quantity-min: option<s64>,
}Fields
| Name | Type | Description |
|---|---|---|
| all-products | option<bool> | |
| name | option<string> | |
| product-ids-all | option<list<string>> | |
| product-ids-any | option<list<string>> | |
| quantity-exact | option<s64> | |
| quantity-max | option<s64> | |
| quantity-min | option<s64> |