Effect containing custom payload.
Name | Type | Description | Notes |
---|---|---|---|
EffectId | int | The ID of the custom effect that was triggered. | |
Name | string | The type of the custom effect. | |
CartItemPosition | decimal | The index of the item in the cart item list to which the custom effect is applied. | [optional] |
CartItemSubPosition | decimal | For cart items with quantity > 1, the sub position indicates to which item unit the custom effect is applied. | [optional] |
BundleIndex | int | The position of the bundle in a list of item bundles created from the same bundle definition. | [optional] |
BundleName | string | The name of the bundle definition. | [optional] |
Payload | Object | The JSON payload of the custom effect. |