Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 699 Bytes

ShowBundleMetadataEffectProps.md

File metadata and controls

21 lines (14 loc) · 699 Bytes

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

require 'TalonOne'

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