Sha256: edd7af48aa8d1d36aba120cda1650f32ba7ff574d8439e9857f1a01a22202bd0
Contents?: true
Size: 615 Bytes
Versions: 3
Compression:
Stored size: 615 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 | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::SetDiscountPerItemEffectProps.new(name: null, value: null, position: null) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
talon_one-2.1.1 | docs/SetDiscountPerItemEffectProps.md |
talon_one-2.1.0 | docs/SetDiscountPerItemEffectProps.md |
talon_one-2.0.0 | docs/SetDiscountPerItemEffectProps.md |