Sha256: 0e44c65f38796fcf9d1be1d6073a9e7e4df3c6612f25bf1a20daf65e55d7025f

Contents?: true

Size: 699 Bytes

Versions: 6

Compression:

Stored size: 699 Bytes

Contents

# TalonOne::ShowBundleMetadataEffectProps

## Properties

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. | 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::ShowBundleMetadataEffectProps.new(description: null,
                                 bundle_attributes: null,
                                 items_indices: null)
```


Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
talon_one-7.0.0 docs/ShowBundleMetadataEffectProps.md
talon_one-6.0.0 docs/ShowBundleMetadataEffectProps.md
talon_one-5.0.0 docs/ShowBundleMetadataEffectProps.md
talon_one-3.0.2 docs/ShowBundleMetadataEffectProps.md
talon_one-3.0.1 docs/ShowBundleMetadataEffectProps.md
talon_one-3.0.0 docs/ShowBundleMetadataEffectProps.md