Description
The ProductFeature object represents a grouping of ProductOptions in a product bundle.
ℹ️ Note
This object supports custom data via the data attribute.
Attributes
| Attribute | Type | Description |
|---|---|---|
id |
String | Returns the unique id for this ProductFeature |
name |
String | Returns the value of the Name attribute |
product_options |
List[ProductOption] | Returns a list of ProductOptions belonging to this ProductFeature |
require_single_choice? |
Boolean | Indicates that the ProductFeature requires a single choice |