Sha256: eac54f25ad76e2aebde741c0efe652f30dfc17054a634c430a0d2a16ec31eca8
Contents?: true
Size: 1.05 KB
Versions: 2
Compression:
Stored size: 1.05 KB
Contents
# TalonOne::RollbackAddedLoyaltyPointsEffectProps ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **program_id** | **Integer** | The ID of the loyalty program where the points were originally added | **sub_ledger_id** | **String** | The ID of the subledger within the loyalty program where these points were originally added | **value** | **Float** | The amount of points that were rolled back | **recipient_integration_id** | **String** | The user for whom these points were originally added | **transaction_uuid** | **String** | The identifier of 'deduction' entry added to the ledger as the `addLoyaltyPoints` effect is rolled back. | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::RollbackAddedLoyaltyPointsEffectProps.new(program_id: null, sub_ledger_id: null, value: null, recipient_integration_id: null, transaction_uuid: null) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
talon_one-2.4.0 | docs/RollbackAddedLoyaltyPointsEffectProps.md |
talon_one-2.3.0 | docs/RollbackAddedLoyaltyPointsEffectProps.md |