Sha256: 496367d0278d8fcf2a8d6790f0179231408948ec02f56efbc7c66e3a7e4e56dc
Contents?: true
Size: 961 Bytes
Versions: 2
Compression:
Stored size: 961 Bytes
Contents
# TalonOne::DeductLoyaltyPointsEffectProps ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **rule_title** | **String** | The title of the rule that contained triggered this points deduction | **program_id** | **Integer** | The ID of the loyalty program where these points were added | **sub_ledger_id** | **String** | The ID of the subledger within the loyalty program where these points were added | **value** | **Float** | The amount of points that were deducted | **transaction_uuid** | **String** | The identifier of this deduction in the loyalty ledger | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::DeductLoyaltyPointsEffectProps.new(rule_title: null, program_id: null, sub_ledger_id: null, value: null, transaction_uuid: null) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
talon_one-2.4.0 | docs/DeductLoyaltyPointsEffectProps.md |
talon_one-2.3.0 | docs/DeductLoyaltyPointsEffectProps.md |