Name | Type | Description | Notes |
---|---|---|---|
description | String | Description of the product bundle. | |
bundle_attributes | Array<String> | The cart item attributes that determined which items are being bundled together. | |
items_indices | Array<Float> | The indices in the cart items array of the bundled items. |
require 'TalonOne'
instance = TalonOne::ShowBundleMetadataEffectProps.new(description: null,
bundle_attributes: null,
items_indices: null)