Sha256: 68de841237326cacf6f969b822fc3764b26a56fc633276e2f7da01af05afffbb
Contents?: true
Size: 1.04 KB
Versions: 3
Compression:
Stored size: 1.04 KB
Contents
# TalonOne::LoyaltyProgramLedgers ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **Integer** | The internal ID of loyalty program. | **title** | **String** | Visible name of loyalty program. | **name** | **String** | Internal name of loyalty program. | **join_date** | **DateTime** | The date on which the customer joined the loyalty program in RFC3339. **Note**: This is in the loyalty program's time zone. | [optional] **ledger** | [**LedgerInfo**](LedgerInfo.md) | | **sub_ledgers** | [**Hash<String, LedgerInfo>**](LedgerInfo.md) | A map containing information about each loyalty subledger. | [optional] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::LoyaltyProgramLedgers.new(id: 5, title: My loyalty program, name: program1, join_date: null, ledger: null, sub_ledgers: null) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
talon_one-7.0.0 | docs/LoyaltyProgramLedgers.md |
talon_one-6.0.0 | docs/LoyaltyProgramLedgers.md |
talon_one-5.0.0 | docs/LoyaltyProgramLedgers.md |