Sha256: 864679150fa585e11d657784b6405b76daa6d8ce7a81a91d71c8186d902f7fdc
Contents?: true
Size: 1.45 KB
Versions: 6
Compression:
Stored size: 1.45 KB
Contents
# TalonOne::LedgerEntry ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **Integer** | Unique ID for this entity. | **created** | **DateTime** | The exact moment this entity was created. | **profile_id** | **String** | ID of the customers profile as used within this Talon.One account. May be omitted or set to the empty string if the customer does not yet have a known profile ID. | **account_id** | **Integer** | The ID of the Talon.One account that owns this profile. | **loyalty_program_id** | **Integer** | ID of the ledger | **event_id** | **Integer** | ID of the related event | **amount** | **Integer** | Amount of loyalty points | **reason** | **String** | reason for awarding/deducting points | **expiry_date** | **DateTime** | Expiry date of the points | **reference_id** | **Integer** | The ID of the balancing ledgerEntry | [optional] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::LedgerEntry.new(id: null, created: null, profile_id: null, account_id: null, loyalty_program_id: null, event_id: null, amount: null, reason: null, expiry_date: null, reference_id: null) ```
Version data entries
6 entries across 6 versions & 1 rubygems