Sha256: 28b8be101a6d316b8589a94b2b28100821735d16123aeec87199adb0e041891e
Contents?: true
Size: 868 Bytes
Versions: 6
Compression:
Stored size: 868 Bytes
Contents
# TalonOne::SetDiscountPerAdditionalCostEffectProps ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | The name / description of this discount | **additional_cost_id** | **Integer** | The ID of the additional cost. | **additional_cost** | **String** | The name of the additional cost. | **value** | **Float** | The total monetary value of the discount. | **desired_value** | **Float** | The original value of the discount. | [optional] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::SetDiscountPerAdditionalCostEffectProps.new(name: null, additional_cost_id: null, additional_cost: null, value: null, desired_value: null) ```
Version data entries
6 entries across 6 versions & 1 rubygems