Sha256: bc6a0399a7ae81dfec0afa17e9f36c7eb36e1ca26b981d6c97ef40410c22ad29
Contents?: true
Size: 838 Bytes
Versions: 3
Compression:
Stored size: 838 Bytes
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. | **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, ledger: null, sub_ledgers: null) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
talon_one-3.0.2 | docs/LoyaltyProgramLedgers.md |
talon_one-3.0.1 | docs/LoyaltyProgramLedgers.md |
talon_one-3.0.0 | docs/LoyaltyProgramLedgers.md |