Sha256: d95a2dc7121de065c5160fbd0a0f482ac8a357a30f4e8a6caa7cfd4b423bbe58
Contents?: true
Size: 1.05 KB
Versions: 3
Compression:
Stored size: 1.05 KB
Contents
# TalonOne::AddLoyaltyPointsEffectProps ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | The name/description of this loyalty point addition | **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 added | **recipient_integration_id** | **String** | The user for whom these points were added | **expiry_condition** | **String** | The amount of time (in days) these points are valid | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::AddLoyaltyPointsEffectProps.new(name: null, program_id: null, sub_ledger_id: null, value: null, recipient_integration_id: null, expiry_condition: null) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
talon_one-2.1.1 | docs/AddLoyaltyPointsEffectProps.md |
talon_one-2.1.0 | docs/AddLoyaltyPointsEffectProps.md |
talon_one-2.0.0 | docs/AddLoyaltyPointsEffectProps.md |