docs/CustomEffectProps.md in talon_one-3.0.2 vs docs/CustomEffectProps.md in talon_one-5.0.0
- old
+ new
@@ -5,10 +5,10 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**effect_id** | **Integer** | The ID of the custom effect that was triggered. |
**name** | **String** | The type of the custom effect. |
**cart_item_position** | **Float** | The index of the item in the cart item list to which the custom effect is applied. | [optional]
-**cart_item_sub_position** | **Float** | When cart item flattening is enabled, the sub position indicates to which item unit the custom effect is applied, for cart items with quantity > 1. | [optional]
+**cart_item_sub_position** | **Float** | For cart items with quantity > 1, the sub position indicates to which item unit the custom effect is applied. | [optional]
**bundle_index** | **Integer** | The position of the bundle in a list of item bundles created from the same bundle definition. | [optional]
**bundle_name** | **String** | The name of the bundle definition. | [optional]
**payload** | [**Object**](.md) | The JSON payload of the custom effect. |
## Code Sample