Sha256: 38d010addc1d2e68b5741a7a362fd6a597884fd2d3d3dadc501073a3fbd19bf6
Contents?: true
Size: 696 Bytes
Versions: 7
Compression:
Stored size: 696 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
7 entries across 7 versions & 1 rubygems