Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 958 Bytes

ShowBundleMetadataEffectProps.md

File metadata and controls

12 lines (9 loc) · 958 Bytes

TalonOne.Model.ShowBundleMetadataEffectProps

This effect is deprecated. The properties specific to the "ShowBundleMetadata" effect. This effect contains information that allows you to associate the discounts from a rule in a bundle campaign with specific cart items. This way you can distinguish from "normal" discounts that were not the result of a product bundle.

Properties

Name Type Description Notes
Description string Description of the product bundle.
BundleAttributes List<string> The cart item attributes that determined which items are being bundled together.
ItemsIndices List<decimal> The indices in the cart items array of the bundled items.

[Back to Model list] [Back to API list] [Back to README]