Sha256: 4d5b818f56b40faf011f7ace4edd452575d984389fd7cd1e320d3e661802a8c2
Contents?: true
Size: 797 Bytes
Versions: 3
Compression:
Stored size: 797 Bytes
Contents
# TalonOne::SetDiscountPerItemEffectProps ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | The name/description of this discount | **value** | **Float** | The total monetary value of the discount | **position** | **Float** | The index of the item in the cart items list on which this discount should be applied | **sub_position** | **Float** | The sub-index of the item in an item stack on which this discount should be applied | [optional] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::SetDiscountPerItemEffectProps.new(name: null, value: null, position: null, sub_position: null) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
talon_one-2.4.0 | docs/SetDiscountPerItemEffectProps.md |
talon_one-2.3.0 | docs/SetDiscountPerItemEffectProps.md |
talon_one-2.2.0 | docs/SetDiscountPerItemEffectProps.md |